Quantcast
Channel: JavascriptKata - Latest Comments
Viewing all articles
Browse latest Browse all 47

Re: How to make sure undefined is not defined

$
0
0

undefined = false;
console.log(undefined.toString());//firebug console error "undefined has no properties"
(function(undefined) { console.log(typeof undefined); })();

why?


Viewing all articles
Browse latest Browse all 47

Trending Articles