Well done!

You have completed JavaScript Primitive Data Types: Boolean, Undefined, Null, and Symbol Quiz!

Quiz Question 1 of 5

Consider the following code snippet:

"use strict"; let condition = 0; if (condition) { alert("This condition is true"); } else { alert("This condition is false"); }

What will be the output of the code, and why?

Choose the correct answer below:

Skip Quiz Review Instruction