Challenge

JavaScript Challenge

Predict the output and test your deep JavaScript knowledge on concepts like scope, hoisting, closures, and coercion.

Progress1 of 10 (10%)
Type Coercionmedium

What is the output of the following equality check?

challenge.js
console.log([] == false);