eslint-plugin-compat - Lint browser compatability of APIs used...
Read more »
There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. (more…)
Read more »
Introduction
Welcome to the third post of the series, JavaScript: Cracking the Nuts. In this post, we will know about another fundamental JavaScript concept called, Hoisting.
As the focus of the series is to get to the basics and internals of every ... (more…)
Read more »
In this article I go over three things that, in my mind, would make JavaScript better. None are new ideas. This post is an expansion of a tweet I had when I saw someone asking about improvements for JS. (though probably are impossible for various reasons)... (more…)
Read more »
What if instead of trying to type existing JS code, like TypeScript, we made objects of a new typed language completely separate from JS obj... (more…)
Read more »