- 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 ofthis
is - Extending classes with
Object.create
Last active
August 29, 2015 14:03
-
-
Save TJkrusinski/73a258b271ed992528b8 to your computer and use it in GitHub Desktop.
Prototype Talk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment