Saturday, May 2, 2020

10 Hours of Coding-Intro to JS: Drawing and Animation-Part 10







In this hour I started the "Text and Strings" lesson. I completed the first 
challenge which was "My Favourite Foods."

I learned how to use the text commands. First is "text(text,x,y)" This is used to
show the text on the screen. The next one is "textFont(font, size*)." This is used to 
change the font. The last one is "textSize(size)". This is used to change the size
of the text.


This was the final hour from my  "10 Hours of Coding". I enjoyed the 
Khan Academy coding program and recommend others to try it as well.