Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptToPrimitive coercion algorithmSingle-choice MCQ

Why does the loose equality `[] == ![]` evaluate to true, in terms of the coercion steps actually performed?

console.log([] == ![]);