
funky functions part 2
In the last funky functions I looked at the silently passed argument, argument. I had full intention to talk about the other implicit argument this in part 2 but I found myself going down a different path.
There are so many ways to invoke functions in JavaScript I t...

Funky functions part 1.
JavaScript has its quirks and that's one of the many things I like about it, but it does have some potential gotchas that are worth noting. In the 'Funky functions' series I'll be looking at some of these quirks as well as taking a deeper dive into functions in JavaScript...