Revealing Module Pattern in JavaScript

After taking a short break during the holidays, I’m happy to be back with a new post. This time, we’ll be taking a look at a Revealing Module Pattern, frequently used by JavaScript developers. Read more

Similar

JavaScript without loops

We've been talking about writing less complex JavaScript. We do this by choosing the right abstraction to solve a problem. But how do you know which abstraction to use? So far, we haven't looked at any concrete examples of how to do this. In this article ... (more…)

Read more »