MCQs > IT & Programming > JavaScript > Value of a after executing the following: var a = [1, 2, 3]; a.splice(1, 2, 3);

JavaScript MCQs

What is the value of a after executing the following: var a = [1, 2, 3]; a.splice(1, 2, 3);

Answer

Correct Answer: [1, 3]

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