/ Published in: JavaScript
Expand |
Embed | Plain Text
if(typeof(console) !== 'undefined' && console != null) { console.log("hello world!"); }
You need to login to post a comment.
jasonseney on 03/26/09
2 people have marked this snippet as a favorite
if(typeof(console) !== 'undefined' && console != null) { console.log("hello world!"); }
You need to login to post a comment.