Ever since I started programming in Javascript, and doing asynchronous function calls, I’ve found myself to be addicted to passing functions as parameters. I do it a lot in python and php, it’s very easy to do this on all these dynamic typed languages. I never had this concept of passing functions as parameters, or […]