Things have advanced greatly in the last several years since I gave my last talk on JavaScript OOP. We now have Object.create() along with object properties, and ES6 class definitions are coming soon to a browser near you!
This talk will show how to create, extend, and handle in various ways, from the most simple object expression to much more involved constructor creation for instances, prototypal inheritance, and a small preview of what ES6 classes will look like, and how you can use them today.
Come and learn how to impress your friends with a real prototype chain!!
Bio
Mike Wilcox is a front end engineer, UI, UX, and design specialist, a
senior software engineer at Tradestation, and a regular speaker on
JavaScript and other web technologies. As co-founder of the JavaScript
user group in Dallas, Club AJAX, Mike has spoken on topics that include
"Model View Madness" and "JavaScript Object Oriented Inheritance".