What will be printed when executing the following code?
const student = { name: 'Ana', age: 25 };
console.log(typeof student);
What will be printed when executing the following code?
const student = { name: 'Ana', age: 25 };
console.log(typeof student);