Search Results

2
votes

JavaScript: correct prototype chain for Function

To answer your question directly: Mozilla is right. Not only because Brendan Eich works for Mozilla, but because this is the only right way to do it. Let's go over details: Every cons …
1
vote

Javascript Prototypal Inheritance Doubt II

Answer by numbers to your questions: Object's prototype property is not called prototype. The standard uses [[prototype]] to designate it. Firefox makes this …
3
votes

Prototype, dojo or jQuery?

This question was asked multiple times, and the answer depends on many factors. If all you want is to provide simple gradual enhancements to existing web applications, any major JavaScript …