/ Published in: JavaScript
Expand |
Embed | Plain Text
function isSet( variable ) { return( typeof( variable ) != 'undefined' ); }
You need to login to post a comment.
damarev on 03/03/08
6 people have marked this snippet as a favorite
adix
heinz1959
korzhik
wizard04
koko
guo3823538
function isSet( variable ) { return( typeof( variable ) != 'undefined' ); }
You need to login to post a comment.