Quizzly
Daily Quiz To Test Your Javascript knowledge!
Try Again?
1. Which keyword is used to declare a variable in JavaScript?
2. What will typeof null return in JavaScript?
3. Which of the following is NOT a JavaScript data type?
4. What does the === operator do?
5. Which method converts JSON data to a JavaScript object?
6. What is the default value of an uninitialized variable in JavaScript?
7. Which symbol is used for comments in JavaScript (single line)?
8. How do you write “Hello World” in an alert box?
9. What will console.log(2 + "2") output?
10. Which of the following is used to stop a loop in JavaScript?