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

What does the snippet log?

console.log(Boolean(new Boolean(false))?1:0);