📚 Practice Mode

JavaScript Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

What is the correct syntax for declaring a variable in JavaScript?

  1. var variableName;
  2. let variableName;
  3. const variableName;
  4. All of the above