Frage im Vorstellungsgespräch bei Amazon

the difference between "this" reference in $.each(array, function(){ $(this); }) and outside each function

Antwort im Vorstellungsgespräch

Anonym

10. Nov. 2011

the one outside refers to the function it is declared in and the one inside to an element of the passed array