+ 1
What is ECMA in ES6 version?
3 Answers
+ 3
ECMAScript. ECMAScript (or ES) is a trademarked scripting-language specification standardized by Ecma International in ECMA-262 and ISO/IEC 16262. It was created to standardize JavaScript, so as to foster multipleindependent implementations
https://codeburst.io/javascript-wtf-is-es6-es8-es-2017-ecmascript-dca859e4821c
+ 1
ECMAScript is a general-purpose programming language, standardized by Ecma International according to the document ECMA-262. It is a JavaScript standard meant to ensure the interoperability of Web pages across different Web browsers.
*The full form of ECMA is European Computer Manufacturer's Association.
*ECMAScript 6 or ES6 is also known as ECMAScript 2015.
*Somepeople call it as JavaScript6.
Type of format:Â Scripting language
Typing discipline:Â weak, dynamic
Designed by: Brendan Eich, Ecma International
Hope, It will help you!
0
Got it bro. Thank you