Skip to content

Instantly share code, notes, and snippets.

View gregkohn's full-sized avatar

Greg Kohn gregkohn

View GitHub Profile
@remarkablemark
remarkablemark / README.md
Last active June 8, 2024 21:48
Classes - ES5 vs ES6

JavaScript Classes - ES5 vs ES6

An example that shows the difference between creating a JavaScript class and subclass in ES5 and ES6.

Reference