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);

What will this code output?