Hello world! Write your first lines of code and make mistakes
Time to operate. Code with numbers and math operators
Comment on the string section. Concatenate strings and make snide comments
Have some functions. Declare and invoke functions
Shall I compare? Use booleans, if blocks, conditionals, and comparison operators
Logically operational. Work with null, undefined, and logical operators
Projects galore. Practice methods in lots of short projects
Hip hip array! Introduce arrays and do stuff with 'em
Loop a round. Put your code on repeat with loops
Make a hangman game. Combine concepts from every chapter to build a cool game.