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.
It'd be nice to have an example of using
this.parentin the constructor example, no need to callpoint.method.callwhen you can havethis.parent.method.calland thus keep loosely coupled inheritance.