Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavaScriptarray map filter reduceSingle-choice MCQ1,140 views

What will be the output?

let fruits = ["apple", "banana", "orange"]; let result = fruits.slice(1); console.log(result);