Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
ToPrimitive coercion algorithm
Single-choice MCQ
What does the snippet log?
console.log(Boolean(new Boolean(false))?1:0);