javascript Programming Glossary: eich
__proto__, when will it be gone? Alternatives? http://stackoverflow.com/questions/10476560/proto-when-will-it-be-gone-alternatives of __proto__ . Doing so is strongly discouraged by Brendan Eich the creator of JavaScript amongst others. In fact the __proto__.. to know why then read the following comment by Brendan Eich. Browsers are not going to remove the __proto__ property. Even..
Why is JavaScript called JavaScript, since it has nothing to do with Java? [closed] http://stackoverflow.com/questions/2018731/why-is-javascript-called-javascript-since-it-has-nothing-to-do-with-java question From an interview made to its creator Brendan Eich InfoWorld As I understand it JavaScript started out as Mocha.. nothing to do with Java or not much to do with it correct Eich That ™s right. It was all within six months from May till December..
Is there an equivalent of the __noSuchMethod__ feature for properties, or a way to implement it in JS? http://stackoverflow.com/questions/2266789/is-there-an-equivalent-of-the-nosuchmethod-feature-for-properties-or-a-way Tutorial Edit More information is coming out Brendan Eich recently gave a talk at the JSConf.eu Conference you can find..
Benefits of prototypal inheritance over classical? http://stackoverflow.com/questions/2800964/benefits-of-prototypal-inheritance-over-classical This is because when JavaScript was created Brendan Eich the creator of JS wanted it to look like Java which has classical..
JSLint error: Move all 'var' declarations to the top of the function http://stackoverflow.com/questions/4646455/jslint-error-move-all-var-declarations-to-the-top-of-the-function in the for section 12.6 . Also it's the syntax Brendan Eich uses in his examples. The idea of moving the declaration to..
How to set the prototype of a JavaScript object that has already been instantiated? http://stackoverflow.com/questions/7015693/how-to-set-the-prototype-of-a-javascript-object-that-has-already-been-instantiat 10 years as ES6 won't be finalized until 2013. Brendan Eich re Approach of new Object methods in ES5 Sorry ... but settable..
Minor drawback with Crockford Prototypical Inheritance http://stackoverflow.com/questions/8073055/minor-drawback-with-crockford-prototypical-inheritance It's basically just an oversight in the JS spec Brendan Eich stated he regrets defining the display name the way he did 10..
Does “untyped” also mean “dynamically typed” in the academic CS world? http://stackoverflow.com/questions/9154388/does-untyped-also-mean-dynamically-typed-in-the-academic-cs-world with.. so that wasn't the way to go. So I asked Brendan Eich the creator of JavaScript and he said academic types use untyped..
Why JS function name conflicts with element ID? http://stackoverflow.com/questions/9158238/why-js-function-name-conflicts-with-element-id Object of that code . JavaScript was designed by Brendan Eich then at Netscape as a programming language that is easy to use..
function* in JavaScript http://stackoverflow.com/questions/9620586/function-in-javascript help steer the committee. Dave works closely with Brendan Eich Mozilla's CTO I think and the original JavaScript designer...
Is JavaScript an untyped language? http://stackoverflow.com/questions/964910/is-javascript-an-untyped-language improve this question JavaScript is untyped Even Brendan Eich says so. On Twitter he replied to a thread that linked to this..
|