Note: This Question is unanswered, help us to find answer for this one
More E4X (ECMAScript For XML) MCQ Questions
Which one is not true of the Namespace constructor in E4X?
The QName.prototype.toString() method throws a TypeError exception if its value is not a QName object.
Which option represents the correct length when alert(Emp..*.length()); is applied to the following code? var Emp = Mark Linux Firefox JavaScript Python
Which method is not one of the global methods and properties in E4X?
Which settings are there in E4x to influence parsing and serialization? element = Kibology for all.; elementName = element.name(); alert(elementName.localName); // alert(elementName.uri); //