Monday, April 20, 2020

Day 2 - JS Drawing & Animation













Day 2:
       Today I learned about animation coding on Javascript. I have completed the challenges above in the time given and was quite shocked by how much more difficult and time-consuming it was than drawing pictures.

       One cool thing I learned today was shortcuts in code. Instead of writing full-length codes, like "StarWidthX = StarWidthX * 99/100" I can just write "StarWidthX = *99/100". Adding the extra variable especially one with a long name is a struggle to type out. So to know these little shortcuts is an ease to my fingers.

      In my next hour, I will be exploring and learning about interactive programming in JavaScript. 😢


No comments:

Post a Comment