DEV Community

Discussion on: Javascript classes : class, constructor, new, extends, super

Collapse
 
jcubic profile image
Jakub T. Jankiewicz

I was reading or watching video of Kyle Simpson (aka Getify) that classical classes are not exactly 1-1 map to prototypal inheritance, there is one or two cases where they work differently.

Collapse
 
hssanbzlm profile image
Hssan Bouzlima

In this article I explained what really happens behind the scene with keywords "class" "extends" "super" "new".