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.
Apple is reportedly developing a new smart doorbell camera with Face ID technology to unlock…
This month has been packed for Google as it ramps up efforts to outshine OpenAI…
OpenAI has been rolling out a series of exciting updates and features for ChatGPT, and…
A financially motivated phishing campaign has targeted around 300 organizations, with over 4,000 spoofed emails…
Hackers are exploiting Microsoft Teams to deceive users into installing remote access tools, granting attackers…
Data plays an essential role in our lives. We each consume and produce huge amounts…