Descriptionundefined is a global variable of type "undefined". Access to undefined, the variable, is significantly slower than just using null instead. This is why we use the check `typeof foo == "undefined"` rather than `foo == undefined` all over the place.
This patch removes the last remaining references to undefined.
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use null in sparse array #
Total comments: 1
MessagesTotal messages: 4
|