Beginner Quiz 3
1. Which symbol is used for strict equality?
2. How do you access the first element of an array named myArray ?
3. Which keyword is used to define a block-scoped variable?
4. How do you write a multi-line comment in JavaScript?
5. What will console.log(2 + "2") output?
6. How do you round the number 7.25 to the nearest integer?
7. Which method converts a string to lowercase?
8. How do you find the length of a string str ?
9. How do you write "Goodbye" to the browser console?
10. Which operator is used to compare both value and type?
Previous Next