ECMAScript-regrets icon indicating copy to clipboard operation
ECMAScript-regrets copied to clipboard

In typeof null section, explain that typeof any object is 'object'

Open DavidBruant opened this issue 13 years ago • 0 comments

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)

DavidBruant avatar Jul 23 '12 15:07 DavidBruant