Inside Javascript Objects
AC
Anand Chitipothu
@anandology
Section: Default
Technical level: Beginner
Session type: Tutorial
Understand the nuts and bolts of Javascript language and its prototype-based object system.
Outline
Javascript has prototype based object system, which is not straight-forward to grasp for people trained in mainstream programming languages. This talk presents insights about the Javascript language and its object model. Topics covered will be:
- Objects
- Functions
- Prototype
- The
instanceof
Operator - Implementing Classical Inheritance in Javascript
Links
Slides
http://www.slideshare.net/anandology/inside-javascript-objects
{{ errorMsg }}