JavaScript New Year Resolutions Countdown

It’s that time of year — time to start thinking of resolutions for the new year. But this time you’re actually going to check some of them……

Similar

JavaScript Closures

A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function’s scope from an inner function. In JavaScript, closu... (more…)

Read more »