You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand the "super" keyword works in ES6 even on objects that are no classes. (using proto) but the code of "class extend" suggests that it only works for classes.
The text was updated successfully, but these errors were encountered:
super word is declared in ES6.
yes, of course you can use super without class. But I would like to tell about extend in the exercise.
super is not explained a lot here.
If i should explain super in detail, I should add another exercise about super.
As far as I understand the "super" keyword works in ES6 even on objects that are no classes. (using proto) but the code of "class extend" suggests that it only works for classes.
The text was updated successfully, but these errors were encountered: