+ 1
What is difference between Java script and E6 Java script
What
4 Respostas
+ 1
ES is short for ECMA Script, a standard. Scripting languages that follows the standard may be called an ECMA script. Most commonly Javascript versions are named after the standard.
ES 2015 - ES 6
ES 2016 - ES 7
ES 2017 - ES 8
and any newer version without version name is called ES next.
+ 1
ES6 - Modern scripting which is supported by most of the browsers as of today, which is inbuilt. Es6 brings many promising features like arrow function, template string, const, let, support for Export/import modules.
JavaScript is a programming language.
Happy Coding!!
+ 1
Don't get confused, ES6 is JavaScript too, JavaScript version 2015.
0
I like it