Skip to content

Instantly share code, notes, and snippets.

@anibal21
Created May 24, 2022 16:57
Show Gist options
  • Save anibal21/7253befee2462f7e470db54537b83579 to your computer and use it in GitHub Desktop.
Save anibal21/7253befee2462f7e470db54537b83579 to your computer and use it in GitHub Desktop.
Javascript - The definitive guide - David Flanagan - Classes Chapter
/**
* 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