Beginner Quiz 4
1. What is the correct way to write a JavaScript array?
2. How do you start an if statement in JavaScript?
3. Which built-in method returns the character at the specified index?
4. What is the correct way to comment out multiple lines in JavaScript?
5. Which method is used to remove the last element of an array?
6. Which symbol is used for single-line comments?
7. How do you write "Hello" in the console?
8. Which keyword is used to declare a variable in JavaScript?
9. How do you create a string in JavaScript?
10. What is the correct way to write a JavaScript object?
Previous Next