What is es6?
Also known as ECMAScript 6, ECMAScript 2015 or Javascript 6, ES6 is a version of Javascript that was introduced in 2105.
ECMAScript (ES) is a scripting language specification standardised by ECMA International. It is used by applications to enable client-side scripting.
ECMA stands for:
European Computer Manufacturers Association
ES6 has some of the following features:
Consider this way of declaring a function in vanilla Javascript:
function myFunc(){
//do something
}
In ES6, we would use an Arrow Function like so:
myFunc = () =>{
//do something here
}
In Summary …
ES6 is all about simplicity and efficiency. But if you are just starting out in Javascript or thinking about it, it is a good idea to go through the ‘Vanilla’ way first so that you can understand the core concepts of the language.
The South Korean government announced on Monday that it had temporarily halted new downloads of…
As a software developer, choosing the right programming language for software development can be a…
A server farm, also known as a server cluster or data center, is a collection…
Pakistan's mobile and broadband internet speeds rank in the bottom 10 percent globally, according to…
React Native is a popular framework for building cross-platform mobile applications using JavaScript and React.…
Google is not only passionate about developing innovative apps and services but also about finding…