What will be the output?let fruits = ["apple", "banana", "orange"]; let result = fruits.slice(1); console.log(result);