We present and compare all possible alternatives you can use to parse languages in JavaScript. From libraries to parser generators, we present all options... (more…)
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »
There are many ways to traverse an array in Javascript. In this benchmark, we will look at five different ways and the pros and cons of each. Keep in mind that these benchmarks were run in a Chrome browser on Codepen. Results will vary by browser/interpre... (more…)
Read more »
Positive Infinity is JavaScript is obtained when we divide a positive number by zero. Negative Infinity is obtained when we divide a negative number by zero. (more…)
Read more »
What will be the fate of an open-source project relied upon by so many? (more…)
Read more »