Is there native javascript functionality for protected functions?
I want to be able to extend multiple prototypes and avoid accidentally overriding methods.
To make it more strict...
Is there native javascript functionality for protected functions?
I want to be able to extend multiple prototypes and avoid accidentally overriding methods.
To make it more strict...