The Closure compiler is an amazing tool for optimizing JavaScript. In this post I will show how to use it in some common scenarios. For the purposes of this post I will be using the closure compiler with ADVANCED_OPTIMIZATIONS.
Read more »
Private fields are a language feature being added to the JavaScript language through the TC39 proposal process. (more…)
Read more »
Learn how to increment date by 1 day in JavaScript. Multiple examples are given to make it understand better. (more…)
Read more »
Following the original JavaScript hacks for hipsters, here’s some new goodies. Coding JavaScript in 2017 is actually fun again! (more…)
Read more »