ECMAScript-regrets
ECMAScript-regrets copied to clipboard
In typeof null section, explain that typeof any object is 'object'
That's the reason why typeof null is unreliable and that's not obvious for newcomers to the language (thanks to Glenn Adams for pointing that out)