JavaScript modules
containing chunks of code for later re-use
containing chunks of code for later re-use
performing more powerful functions such as transforming and filtering arrays
collecting several items in one container
collecting properties and values into containers
grouping code into actionable chunks
making events happen again and again
making decisions with if and else statements
reviewing essential math + logic + beyond
differentiating const + let + var when declaring variables
storing data into named containers
looking at and manipulating numbers in JavaScript
looking at and manipulating plain text in JavaScript
summarizing the building blocks of web app data
using the browser's console as a code playground
documenting code with some comments and whitespace
getting started with JavaScript on a webpage
introducing the programming language of the internet