0 / 60 seg.

What value is printed when the following code is executed?

const arr = ['apple', 'banana', 'cherry'];
console.log(arr.includes('banana'));