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
4,481 views
What is the output?
let arr = [[1, 2], [3, 4, 5]]; console.log(arr.flat());