Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.17 KB

0-intro.md

File metadata and controls

31 lines (21 loc) · 1.17 KB

Introduction to ES* with examples workshop

The road to ECMAScript Latest features: "New solutions for old JS problems"

alt text

"Change is not a threat, it's an opportunity. Survival is not the goal, transformative success is, - Seth Godin"

Working in New Technologies is quite demanding, yet very rewarding. More and more of the production libraries and frameworks we use to create our applications are going to be written using this new version of JavaScript. Instead of waiting on the sidelines, we can start using ES* new features now with the help of transpilers/babel (webpack), and enjoy many of the benefits without worrying about browser compatibility.

Goal of the Workshop:

  1. Introduction to new ES7(2016), ES8(2017), ES9(2018) and ES10(2019) features.
  2. How to use these features today.

Further information:

Looking for Go to
Sources View
GITHUB GITHUB
Twitter LeoLanese Twitter

Topics:

  1. Key Features in ES* versions
  2. Examples