DEV Community

Monique Dingding
Monique Dingding

Posted on

JavaScript Essentials: Modern ES6+ Features

Heya, devs!

Just dropping by to share a presentation I made for our company's Tech Thursdays, in which I explained a few relatively "new" concepts of the ECMAScript ES6+ version.

Topics list are as follows:

  • Block-Scoped Constructs: let and const
  • Rest and Spread Parameters
  • String Interpolation (Template Literals)
  • Object Shorthand
  • Object and Array Destructuring
  • Arrow Functions
  • Promises to Async/Await
  • Modules
  • Array Built-in Methods

Happy coding!

Top comments (2)

Collapse
 
andi014 profile image
andi014

Nice!

Collapse
 
jandrellformoso profile image
jandrell-formoso

Thank you for this! 😊