Open mathiasrw opened 8 years ago
The code was comparing the result of typeof with a variable named undefined.
typeof
undefined
As typeof returns a string it should compare to 'undefined'
'undefined'
This change is
The code was comparing the result of
typeof
with a variable namedundefined
.As typeof returns a string it should compare to
'undefined'
This change is