Lesson 10 of 18
⚙ JavaScript Intro
What You'll Learn
- Variables: const, let, and the data types: string, number, boolean, array, object
- Operators, expressions, and control flow: if/else, for loops
- How to run JavaScript in the browser console and in HTML pages
Quick Check
1. Which keyword declares a variable that can be reassigned?
2. Which comparison operator checks both value AND type?
3. What is the output of: console.log(typeof 42)?
4. Which is a valid template literal?