Powered by Blogger.

check if variable is undefined javascript


check if the variable is undefined javascript

if(typeof var_name != 'undefined')

No comments