Hoisting in JavaScript
With the help of hoisting, we can use the variables no matter where they are declared in our code... (more…)
Read more »In this blog post I explain why, in my opinion, currying is in conflict with some of JavaScript’s foundations. Read more