Question 1/10
What will be the output of the following code?
var user = {
 name: 'John',
 age: 42
};
console.log(typeof User);