Exploring the periodic background sync JavaScript API, using an example application. (more…)
Read more »
A correct and based array implementation. 1-based indexing. obviously. π - lbennett-stacki/based-array... (more…)
Read more »
Syntax highlighted code in a webpage, like this one, is just some html with some styling added to it. For example, this html:
(more…)
Read more »
A look into what is optional chaining and nullish coalescing operator, why should we use it, and how to use it. (more…)
Read more »