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

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

search