JavaScript variables are used to store data. You can declare a variable using var, let, or const. JavaScript supports different data types such as strings, numbers, and booleans.
Try It Yourself!
Quiz: Test Your Knowledge
1. Which keyword is used to declare a constant variable?