I learned that code that doesn't look valid can be valid... sometimes.
Topic: JavaScript – Page 24
I learned that the 'finally' part of a try/catch has the last word in everything
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 interceptable with JavaScript proxies.