Amy Hoy - Object.prototype and Prototype: JavaScript Power Tools
These notes are incomplete because most of the talk involved code examples. Amy is posting the slides on her site.
- JavaScript is a real langugage.
- Browser support and dev tools are much better than they used to be
- Everything’s an object
- Prototype allows you to extend objects that are already instantiated
- Prototype objects do not override attributes that are already designed
- prototype.js extends the Object object
- prototype.js has a Class object