miguelmota/javascript-idiosyncrasies

Incorrect sample or explanation

AuthorProxy opened this issue · 1 comments

It is not a correct sample, or explanation of sample is not correct, because [0][[]] is undefined too

(function() {
return [][[]];
})();

Good catch, I've updated the explanation.

http://jsbin.com/dipedereti/edit?html,js,console

Thanks!