What’s relationship between JavaScript and ECMAScript? And What are JavaScript types?
Sapna Malik
ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3.Any type of javascript.Number, String, Boolean, Function, Object, Null, Undefined.