Exploring ECMAScript.
Exploring ECMAScript.
Exploring
ECMAScript
Comprehensive Guide to Understanding
ECMAScript
FEATURING :
Aswin A
Swipe
@aswin_a
What is
ECMAScript ?
ECMAScript (ES) is a standardized scripting
language specification developed by ECMA
International.The main purpose was to standardize
JavaScript across different implementations and
platforms. Version are regularly updated to add
new features and improve the language.
FEATURING :
Aswin A Swipe
@aswin_a
ES5 ES6
Uses var to declare - Introduced let & const
variables.
Traditional function - Using arrow functions.
expressions.
Constructor functions
- Introduces class
and prototypes. syntax.
Uses Immediately
- Introduces import and
Invoked Function export statements.
Expressions.
FEATURING :
Aswin A Swipe
@aswin_a
Key Features From
ES6 - ES11
Template Literals
FEATURING :
Aswin A Swipe
@aswin_a
Key Features
Destructuring
FEATURING :
Aswin A Swipe
@aswin_a
Key Features
The Exponentiation Operator
Array.prototype.includes()
FEATURING :
Aswin A Swipe
@aswin_a
Key Features
Array.flat()
Array.flatMap()
FEATURING :
Aswin A Swipe
@aswin_a
Key Features
Promise.prototype.finally()
Promise.allSettled() method
FEATURING :
Aswin A Swipe
Did you find it
Useful ?
Leave a Comment !
@aswin_a