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
It'd be nice to have an example of using this.parent in the constructor example, no need to call point.method.call when you can have this.parent.method.call and thus keep loosely coupled inheritance.
The text was updated successfully, but these errors were encountered:
It'd be nice to have an example of using
this.parent
in the constructor example, no need to callpoint.method.call
when you can havethis.parent.method.call
and thus keep loosely coupled inheritance.The text was updated successfully, but these errors were encountered: