Correct Answer: 1
Explanation:
Note: This Question is unanswered, help us to find answer for this one
JavaScript Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More JavaScript MCQ Questions
what is the type of i? var i = NaN;
What does this line display? alert(typeof(Array));
What's the output? console.log('papa'.replace('p', 'm'));
The enumeration order becomes implementation dependent and non-interoperable if :
What's the output? var x = 8 + 8 + '8' + 8 + 8; console.log(x);
What are the RegExp Properties as follows?
Legal event handlers for the image object?
What's the output? ? var val = 'var global'; function constructFun() { var scope = 'var local'; return new Function('return val'); } constructFun()());
What's the output? function User(name) { this.name = name || 'Mike'; } var usr = new User('VRU')['location'] = 'John';
What's the output? function sayHello() { 'user strict' for (x = 0; x < 10; x++) console.log(Hi John!');} sayHelo();
JavaScript MCQs | Topic-wise