notNotion

Daily Quiz To Test Your Javascript Knowledge!

1. Which type of JavaScript language is ___

2. Which keyword is used for declaring a variable in JavaScript that can be reassigned?

3. Which data type in JavaScript is used to represent logical values?

4. What will be the output of the following code? console.log(typeof null);

5. Which operator is used to check both the value and the type of a variable in JavaScript?