MCQs > IT & Programming > E4X (ECMAScript For XML) > What will be the output of the following code snippet? var xml = ; xml.appendChild('hello'); Xml.appendChild(' world'); xml.normalize(); alert(xml.children().length());

E4X (ECMAScript For XML) MCQs

What will be the output of the following code snippet?
var xml = ;
xml.appendChild("hello");
Xml.appendChild(" world");
xml.normalize();
alert(xml.children().length());

Answer

Correct Answer: 1

Explanation:

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

E4X (ECMAScript For XML) Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

E4X (ECMAScript For XML) Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it