MCQs > IT & Programming > JQuery > Consider code snippet: function function1() { alert(arguments.length); } Which of the following is true when function1(); is run?

JQuery MCQs

Consider the following code snippet:

function function1() {

    alert(arguments.length);

}

Which of the following is true when function1(); is run?

Answer

Correct Answer: The alert box displays 0.

Explanation:

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

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it