Skip to content

Instantly share code, notes, and snippets.

@TJkrusinski
Last active August 29, 2015 14:03
Show Gist options
  • Save TJkrusinski/73a258b271ed992528b8 to your computer and use it in GitHub Desktop.
Save TJkrusinski/73a258b271ed992528b8 to your computer and use it in GitHub Desktop.
Prototype Talk

Prototype

  • Inheritence in general
  • Prototypal vs clasical inheritence
  • Constructors in javascript vs literals
  • Primitive types and what it means to 'extend' their prototypes
  • Creating constructors
  • Initializing contstructors with the new keyword and what the value of this is
  • Extending classes with Object.create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment