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
1,259 views
What will be the output?
let arr = [1, 2, 3]; arr.sort(); console.log(arr);