InterviewSolution
| 1. |
instanceof operator in JavaScript |
|
Answer» ECMAScript INTRODUCED to standardize JavaScript. The implementations of ECMAScript include JavaScript, ActionScript, JScript, ETC. ECMAScript is a STANDARD for these. It is a trademark scripting language specification. JavaScript is a lightweight and interpreted programming language that introduced in 1995 as LiveScript. Brendan Eich developed it and the language became an ECMA standard in 1997. ECMAScript is a standard for JavaScript. The FIRST edition of ECMAScript came in 1997. JavaScript 2.0 conforms to Edition 5 of the ECMAScript standard. The 8th edition of ECMAScript is ECMAScript 2017, introduced in June 2017. The full form of ECMA is European Computer Manufacturers Association The current VERSION is the 9th edition of ECMAScript, which came in the year 2018. The ECMA-262 Specification defined a standard version of the core JavaScript language. |
|