Modern JavaScript?
ECMAScript 5 (or ES5 and beyond) the real beginning of what I call "Modern JavaScript." But what makes it modern?
Well its the features ,classes, transpiling and arrow functions.
Features (Var, Let, and Const)
resoruces
(https://www.codemag.com/Article/2111041/Using-Modern-JavaScript-in-the-Browser)