Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavaScriptarray map filter reduceSingle-choice MCQ

What does the snippet log?

console.log(Array.from({length:3},(_,i)=>i));