Open dancrew32 opened 11 years ago
https://github.com/dancrew32/AWESOME-JS/blob/master/awesome.js#L47-L52
typeof null is object, not 'null' would be safer to compare === null
typeof null
object
'null'
=== null
https://github.com/dancrew32/AWESOME-JS/blob/master/awesome.js#L47-L52
typeof null
isobject
, not'null'
would be safer to compare=== null