¡@

Home 

javascript Programming Glossary: somebaseclass

JavaScript inheritance: Object.create vs new [duplicate]

http://stackoverflow.com/questions/13040684/javascript-inheritance-object-create-vs-new

between these two examples Prerequisite function SomeBaseClass SomeBaseClass.prototype doThis function doThat function Inheritance.. these two examples Prerequisite function SomeBaseClass SomeBaseClass.prototype doThis function doThat function Inheritance example.. function MyClass MyClass.prototype Object.create SomeBaseClass.prototype Inheritance example B using the new keyword function..