Daily Shaarli

All links of one day in a single page.

October 5, 2022

The Bureau of Communication - Fill-in-the-blank Correspondence

Prefilled designed and opinionated forms

French translation? #idea #project
Make more of it :)

Web APIs | MDN

References the web APIs, where a lot of answers of stackoverflow can be found

Intent to stop using 'null' in my JS code | Hacker News

I agree with many folks here on HN in that null and undefined have important differences. undefined appears when you access an invalid field, while null appears when you access a valid, but empty field.