0 / 60 seg.

What will be the output of the following code snippet?

let student = { name: 'John', age: 20 };
console.log(Object.keys(student).length);