palmenhq @Annotated: javascript

Ecedehey - Fun With WebCrypto
Jun 29, 2023

Using WebCrypto I've created self-contained little HTML files that can perform key exchange and encryption

Object + Array Is a Number? Dissecting the JS Type Casting Clichè
May 25, 2023

The JS type system might be quirky and sometimes even funny, but it is not by random {} + [] is equal to 0. In this article I'm dissecting why that is the case.