What value is printed when the following code is executed?
const arr = ['apple', 'banana', 'cherry'];
console.log(arr.includes('banana'));
What value is printed when the following code is executed?
const arr = ['apple', 'banana', 'cherry'];
console.log(arr.includes('banana'));