How you define E4X?

Submitted by: Administrator
E4X stands for ECMAScript(European Computer Manufactures Association) for XML(eXtensible Markup Language).We can called as E4X is an programing language extensionn used to adds the ECMAScript(like: ActionScript,DMDScript,E4X, JavaScript,JScript) to XML.

1. Real life meaning of E4X is "JavaScript for XML".
2. E4X is an official JavaScript standard used to add direct support for XML.
3. Using E4X we can easily make scripting for XML with JavaScript.
4. Using E4X we can declare an XML object variable as same as declare Date and Array variable.
Example:
var p = new XML()
var q = new Date()
var r = new Array()
Submitted by: Administrator

Read Online E4X Job Interview Questions And Answers