0 / 60 seg.

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

const person = {
  name: 'Andrea',
  age: 30
};
console.log(Object.keys(person).includes('name'));