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

What does the comparison `[] == ![]` evaluate to, tracing the abstract operations involved?

const result = [] == ![];