Some great Blogs to read about ES6,npm etcArun Rajeevan·Follow1 min read·Jan 9, 2019--ListenShareES2015+ cheatsheetLet function fn () { let x = 0 if (true) { let x = 1 // only inside this `if` } } Const let is the new var. Constants…devhints.ioLearn ES2015 · BabelES2015 classes are a simple sugar over the prototype-based OO pattern. Having a single convenient declarative form…babeljs.ionpm cheatsheetThe one-page guide to npm: usage, examples, links, snippets, and more.devhints.io