The "New" Javascript
Introduction to ES2015+.
We'll cover the following...
What is ES2015?
ES2015 is a modern, up-to-date version of JavaScript with lots of new functionality and syntax. ES2015 is the successor to ES5 and is therefore often referred to as “ES6” in many articles and blogs. So if you come across ES6 in an article or elsewhere, know that it applies to ES2015. Throughout this ...