I learned that the 'finally' part of a try/catch has the last word in everything
Topic: JavaScript – Page 24
I learned that it's possible to have holes in JavaScript arrays and how these holes can change overall behavior.
I learned that even 'new' constructor calls are interferrable with JavaScript proxies.
Globals are evil – that's what we hear all the time. Let's have a look at globals in JavaScript.