ยท
articles
Nullish Checking in Javascript
Null checks are a common need in programs and it's clunky to do them in Javascript, unless you use the "valueOf" trick
Null checks are a common need in programs and it's clunky to do them in Javascript, unless you use the "valueOf" trick
A clever way to generate random UUID's in modern Browser's
A conversation about methods native to Javascript that conserve immutability of data.