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