📄️ Variables in JavaScript
Understanding how to store and use data with variables
📄️ Conditionals in JavaScript
Making decisions in your code with if statements
📄️ Loops in JavaScript
Repeating actions with loops
📄️ Arrays and 2D Arrays
Understanding how to use arrays to store multiple values
📄️ Functions in JavaScript
Creating reusable blocks of code with functions