MCQs > IT & Programming > Mootools > Consider the following code snippet:     var a = ['1', '2', '3'];     var b = 4;     a.include(b); What is the result of a?

Mootools MCQs

Consider the following code snippet:
    var a = ["1", "2", "3"];
    var b = 4;
    a.include(b);
What is the result of a?

Answer

Correct Answer: ['1', '2', '3', 4]

Explanation:

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

Mootools Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Mootools Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it