Content deleted Content added
m {{code}} |
|||
Line 208:
console.log(typeof null === 'object'); // true
</syntaxhighlight>
Initially the result of {{mono|[[typeof]]}} {{mono|null}} is a set of occasions. Though nowadays there might be an explanation, as null is shown at the end of Prototype Chain when there is no inheritance anymore. It is helpful to know null has a special usage, that is the difference from other primitives.
===Number===
|