This series of videos is built to help you learn how to write JavaScript code using Coding with Chrome, step-by-step. This course won't turn you into an expert programmer, but it'll start you writing real programs in JavaScript and learning important programming concepts. Lesson 1: Statements and Comments This video talks about writing statements and comments: You can use this companion guide as a resource to practice your coding. Lesson 2: Variables and Arithmetic This video talks about variables and saving data: https://youtu.be/3pWycnlgyB8 You can use this companion guide as a resource to practice your coding. Lesson 3: Making Decisions TBD Lesson 4: Numbers, Letters, Text, and Dates TBD Lesson 5: Repeating Things TBD Lesson 6: Drawing Lines and Rectangles TBD Lesson 7: Functions TBD Lesson 8: Arrays TBD Lesson 9: Repeating Things Again TBD Lesson 10: Infinite Loops and Other Problems TBD Lesson 11: Objects TBD Lesson 12: Properties and Methods TBD Lesson 13: Once Again, We're Repeating TBD Lesson 14: Animating JavaScript TBD Lesson 15: Mouse Clicks TBD Lesson 16: More Events TBD |
HTML and JavaScript >