Es10 tutorials

Es9, also known as ECMAScript 2018, is the most recent javascript language to be released in 2018.

TC39 is the approving committee to add features to javascript. The same features already ported to javascript engines like V8(Nodejs) and spider monkey

Prerequisite:

Basic Javascript with programming experience required.

Latest ES9 Features

The following is the list of latest javascript features in 2019.

|:———-:|:——-:|

FeatureDescription
[Promise. prototype finally](/javascript/es9-promise-finally)Finally block introduced to execute always during try/catch block
Asynchronous IterationEnables to use of await looping syntax
REST/Spread Operator enhancementenhancement to rest and spread operator
Regexpression updateLot of Reg expression changes