MCQs > IT & Programming > E4X (ECMAScript For XML) > What will be the output of the following code snippet? element = Kibology for all.; elementName = element.name(); alert(elementName.localName); //1 alert(elementName.uri); // 2

E4X (ECMAScript For XML) MCQs

What will be the output of the following code snippet?
element = Kibology
    for all.
;
    elementName = element.name();
    alert(elementName.localName); //1
    alert(elementName.uri); // 2

Answer

Correct Answer: 1-p,2-http://www.example.org

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