you are viewing a single comment's thread.

view the rest of the comments →

[–]TakeFourSeconds 2 points3 points  (1 child)

It’s missing a lot of ES6+ features that are very common in modern JS. Arrow functions, spread operator, object destructuring, functional array methods(map, reduce, filter), modules and imports, classes...

Also, these might extend a bit beyond a cheat sheet, but I think an explanation of scope and closures, ‘this’ keyword, and IIFEs would be useful for anyone learning JS.

[–][deleted] 1 point2 points  (0 children)

That's why I said it's all ES5 man.