Slides (in Bulgarian) for an "ECMAScript Explained" presentation I gave at a dev.bg meetup in Sofia, Bulgaria.
Available on gardev.com/ecmascript-explained-2019
- What is ECMAScript
- History and versions
- What's new in ES2017 & ES2018
- ECMAScript Release Cycle
- What's coming in ES2019 and beyond
- Learnings
If you want to see the sources I've used, look at SOURCES.md
To compile once:
yarn && yarn compile
To compile and watch:
yarn && yarn watch
Georgi Gardev