A couple of months ago, when reading JavaScript: The Good Parts by Douglas Crockford , I have to admit that there was some code discussed in the book that really threw my brain through a loop. Specifically, I had a lot of trouble wrapping my head around the ripple effect that took place when methods were added to the Function() prototype. The relationship between JavaScript object ...
Read More ยป