0 / 60 seg.

What will be printed to the console when executing the following code?

const car = { brand: 'Toyota', model: 'Corolla' };
console.log(Object.values(car).includes('Corolla'));