Let's look at how to debug all JavaScript events and log them to the console with a nifty trick.
... (more…)
Read more »
The V8 team considers great JavaScript performance a pivotal aspect of the language implementation. However, over the years it has become increasingly challenging to optimize for the full range of JavaScript functionality that is found in the wild. At the...
Read more »
There are three kinds of Polymorphism—Adhoc Polymorphism, Parametric Polymorphism, and Subtype Polymorphism. I explain what each of them are and what they do. (more…)
Read more »
JavaScript Structs: Fixed Layout Objects. Contribute to tc39/proposal-structs development by creating an account on GitHub. (more…)
Read more »