Guess the Output
Predict what JavaScript code will output. Test your understanding of type coercion, hoisting, operators, and other JavaScript fundamentals.
Question 1 of 5
0
Score
easyBoolean Conversion
console.log(!!0);
Predict what JavaScript code will output. Test your understanding of type coercion, hoisting, operators, and other JavaScript fundamentals.
console.log(!!0);