Hi everyone I just wanted to share a project I made during the Part-time Javascript program at @hackeryou with @tiffcodes.
Check it out at:
https://t.co/vf0EouaU7e
It's still a work in progress so your feedback would be awesome.
#javascript#tetris
Hi everyone! For project 5 @hackeryou I made a game with #react.
Try it out at:
https://t.co/TpulqT2AQs
Can you make it to the top of the leaderboard? 🥇🥈🥉
"Dissatisfaction with your work is a sign of developing taste."
Great read about art priniciples applicable to programming. Changed the way I view the creative process 🎨.
https://t.co/qTmapfQTtu
Hi everyone I just wanted to share a project I made during the Part-time Javascript program at @hackeryou with @tiffcodes.
Check it out at:
https://t.co/vf0EouaU7e
It's still a work in progress so your feedback would be awesome.
#javascript#tetris
*looks at USB cable*
*looks at USB port*
*looks at USB cable*
*looks at USB port*
*looks at USB cable*
*looks at USB port*
*plugs it in the wrong way round*
Hopefully clearing up distinction between parameters and arguments:
- Data accepted in the function definition are parameters.
- When calling a function, data that is passed to a defined function are arguments.