Assign boolean to a variable

Here, we declare the variable isTrue. But, it has no value yet. Assign a boolean value to it and run the code.
JavaScript
Console