blog
io
Articles
Quizzes
More
Program
Life at AltCampus
Online
FAQs
About Us
Contact Us
Question 1/10
What will be the output of the following code?
var
user = {
name
:
'John'
,
age
:
42
};
console
.log(
typeof
User);
user
"object"
var
undefined