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
{{ message }}
This repository was archived by the owner on Jan 25, 2021. It is now read-only.
How about creating an
extendsmethod that creates an instance of base class and then attaches it to the prototype property of the child class?Note: Need to make sure the base class is never a singleton, else all the child classes will have the same methods.