JavaScript is one of the most popular languages on the web. Even though it was... (more…)
Read more »
Most of your time as a developer is spent reading code followed by debugging that same code, most likely to be able to read it or solve an… (more…)
Read more »
JavaScript is particularly difficult to implement efficiently because most of its expressions have all sorts of different meanings that involve all sorts of ... (more…)
Read more »
In this article, I’ll aim to explain both why I chose not to use any client-side JavaScript when building Swift by Sundell, and why I thought that it was important to emphasize that fact at the bottom of every page. (more…)
Read more »
The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can… (more…)
Read more »