/ Published in: JavaScript
URL: http://www.rgagnon.com/jsdetails/js-0112.html
Expand |
Embed | Plain Text
var foo = "bar"; if ( typeof( window[ 'foo' ] ) != "undefined" ) { document.write("foo is defined") } else { document.write("foo is undefined") }
You need to login to post a comment.
