What will be the output of the console.log statement in the following code snippet?
let items = ['apple', 'banana', 'orange'];
console.log(`I have ${items.length} items.`);
What will be the output of the console.log statement in the following code snippet?
let items = ['apple', 'banana', 'orange'];
console.log(`I have ${items.length} items.`);