What will be the output of the following code snippet?
let student = { name: 'John', age: 20 };
console.log(Object.keys(student).length);
What will be the output of the following code snippet?
let student = { name: 'John', age: 20 };
console.log(Object.keys(student).length);