JavaScript is cool (don't @ me), but how can a machine actually understand the code you've written? As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and s... (more…)
Read more »
π² An efficient implementation of a probabilistic Context Free Grammar parser in Javascript - digitalheir/probabilistic-earley-parser-javascript... (more…)
Read more »
Spread operator and rest parameter are great additions. The article explains how they improve array literals, array destructuring and function arguments handling.
Read more »
There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. (more…)
Read more »