Created
May 24, 2022 16:57
-
-
Save anibal21/7253befee2462f7e470db54537b83579 to your computer and use it in GitHub Desktop.
Javascript - The definitive guide - David Flanagan - Classes Chapter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Theory: | |
-Classes use prototype-based inheritance | |
*/ | |
/** | |
* Relevant Examples | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment