eQuiz

Daily Quiz to Test Your JavaScript Knowledge!

You Scored 5/5!

1. What is the output of typeof null in JavaScript?

2. Which keyword declares a block-scoped variable that cannot be reassigned?

3. What will console.log(1 + "2" + 3) output?

4. Which method removes the last element from an array?

5. What is the result of 0.1 + 0.2 === 0.3?