Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyJavaScriptarray map filter reduceSingle-choice MCQ2,441 views

What will this print?

let arr = [1, 2, 3, 4]; console.log(arr.some(x => x > 2));