Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
array map filter reduce
Single-choice MCQ
Which is the output?
console.log([NaN].includes(NaN)?1:0);