Daily Shaarli
October 5, 2022
References the web APIs, where a lot of answers of stackoverflow can be found
I agree with many folks here on HN in that
null
andundefined
have important differences.undefined
appears when you access an invalid field, whilenull
appears when you access a valid, but empty field.