There’s a never-ending myth I see circulating on Twitter every few weeks:
Vanilla JS doesn’t scale.
This is complete nonsense.
What does “scale” even mean? Is the implication is that vanilla JS literally cannot handle the load of large applications the ... (more…)
Read more »
JavaScript chapter of the 2019 Web Almanac covering how much JavaScript we use on the web, compression, libraries and frameworks, loading, and source maps. (more…)
Read more »
There are several ways to generate output in JavaScript. Each and every scenario depends on our need. These are_... (more…)
Read more »
a polyfill for decimal propocal. Contribute to Yaffle/BigDecimal development by creating an account on GitHub. (more…)
Read more »
Managing asynchronous dependencies with JavaScript can be a nightmare. But there's a better way. It's called Fetch Injection. (more…)
Read more »