↧
JavaScript functions as strings as functions
In my second day at Catalyst, we did some programming koans, and I learned something really interesting– JavaScript, every function has a toString() and the Function constructor can create functions...
View ArticleRe-writing Underscore.js
We spent the last couple of days of week 2 at Hack Reactor re-implementing underscore.js functions. It may seem like an odd and useless exercise, but I feel I’ve gotten some good things out of it. What...
View Article