ˇ@

Home 

javascript Programming Glossary: indirection

Using 'window', 'document' and 'undefined' as arguments in anonymous function that wraps a jQuery plugin

http://stackoverflow.com/questions/15777519/using-window-document-and-undefined-as-arguments-in-anonymous-function-th

referring to the actual objects regardless of the level of indirection. undefined what and why undefined is a global variable of type..

Benefits of using `Object.create` for inheritance

http://stackoverflow.com/questions/17392857/benefits-of-using-object-create-for-inheritance

want. Object.create and even new Animal add one level of indirection to the inheritance by creating a new object which inherits from..

Benefits of prototypal inheritance over classical?

http://stackoverflow.com/questions/2800964/benefits-of-prototypal-inheritance-over-classical

behave like classes. As Douglas Crockford stated This indirection was intended to make the language seem more familiar to classically..

Is JavaScript 's ?śnew??Keyword Considered Harmful (Part 2)?

http://stackoverflow.com/questions/6374809/is-javascript-s-new-keyword-considered-harmful-part-2

against using new can be more clearly summed up as This indirection was intended to make the language seem more familiar to classically..

How do I inject javascript to a page on IE 8?

http://stackoverflow.com/questions/703705/how-do-i-inject-javascript-to-a-page-on-ie-8

I'm at a loss as to why MS considers this extra layer of indirection secure but I digress. From the MSDN article HTML SCRIPT function..

Why is this sinon spy not being called when I run this test?

http://stackoverflow.com/questions/8441612/why-is-this-sinon-spy-not-being-called-when-i-run-this-test

wraps the original function and creates a level of indirection to insert its services of tracking method invocation the binding..

What are the advantages that prototype based OO has over class based OO?

http://stackoverflow.com/questions/879061/what-are-the-advantages-that-prototype-based-oo-has-over-class-based-oo

generally want to do in project code since this sort of indirection is hell to debug once you start getting it going on multiple..