The objective for this JavaScript color change app project is to change the color of the canvas when the user clicks on a button.
I feel like I’ve done about a hundred of these color change app variations by now.
Last updated on By jsbeginners Leave a Comment
Last updated on By jsbeginners Leave a Comment
Last updated on By jsbeginners Leave a Comment
Loops all essentially do the same thing: repeat an action some number of times. JavaScript has 8 statements provided for loops.
Last updated on By jsbeginners Leave a Comment
Last updated on By jsbeginners Leave a Comment
Last updated on By jsbeginners Leave a Comment
Today’s notes cover JavaScript control flow and error handling.
I believe the most important take-aways are 1) Javascript’s uses “falsey” values and that in try…catch…finally statements, the finally statement executives in all cases, whether or not an exception is throw.