📚 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?
- var variableName;
- let variableName;
- const variableName;
- All of the above