addyosmani/essential-js-design-patterns

Maybe add a note about classes being present in ES2015.

Closed this issue · 0 comments

In the chapter Design Pattern Categorization you write...

JavaScript is a class-less language, however classes can be simulated using functions.

Maybe a note should be added about classes being present (although only syntactic sugar) in ES2015.