0.0.4 • Published 7 years ago
desugar-class v0.0.4
Live Demo of es6 Classes vs Protorypes
Link to DEMO: https://codepen.io/mhd1991/pen/aabWaP
this demo is a participation in the codepen challenge "Teach a Javascript Conecept"
Classes were introduced in es6 offering easier oop style programming. They are however nothing more than a synctatic sugar over object prototypes and function constructors (actually, they do a bit more).
This codepen is a live demo that converts Class Syntax to traditional prototypes. Codeshift function desugarClasses is available on github.
This codepen is a live demo that converts Class
Syntax to traditional prototypes.
Codeshift function desugarClasses
is available on github.