JavaScript
Tutorial 1 - Input and Output
Projects that output to the user with alert and get their input with prompt.
Tutorial 2 - Variables
Projects that use let to create variables and then do operations on them.
Tutorial 3 - Iteration
Projects that use while to run the same code repeatedly.
Tutorial 4 - Selection
Projects that can change what they do by checking a condition in an if statement.
Tutorial 5 - Collections
Projects that use arrays and objects to store groups of things together.
Tutorial 6 - Improvements
Revisiting previous projects to improve their readability, efficiency, and overall quality.