Skip to content Skip to sidebar Skip to footer
Showing posts with the label Object Create

Javascript Object.create Not Working In Firefox

I always get the following exception in Firefox (3.6.14): TypeError: Object.create is not a functio… Read more Javascript Object.create Not Working In Firefox

Javascript Inheritance With Object.create()?

How do I inherit with the Object.create()? I tried these, but none are working: var B = function() … Read more Javascript Inheritance With Object.create()?