MCQs > IT & Programming > JavaScript > Value of b? var a = Array(5); var b = a[0];

JavaScript MCQs

What is the value of b in the following code snippet?

var a = Array(5);
var b = a[0];


Answer

Correct Answer: undefined 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it