JavaScript Articles, Tutorials & News

Dates in JavaScript

I have worked with these before but have forgotten what I’ve learned, probably because I didn’t learn it correctly to begin with. The Date object in JS may be replaced, or rather, joined by, an object called Temporal which is meant to fix a lot of issues …

Read more »

Custom Dropdowns Without JavaScript

At work I’m creating lots of forms and all kinds of different inputs methods. Especially dropdowns are always a pain point when styling, as the default <select> dropdown is not stylable. In this post I’d like to introduce a way to create a customiza…

Read more »