Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
easy
JavaScript
array map filter reduce
Single-choice MCQ
2,441 views
What will this print?
let arr = [1, 2, 3, 4]; console.log(arr.some(x => x > 2));