Skip to content

Instantly share code, notes, and snippets.

@jhonalino
Created May 29, 2018 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhonalino/bcb2cfb039d7b6c3648c8213681bc929 to your computer and use it in GitHub Desktop.
Save jhonalino/bcb2cfb039d7b6c3648c8213681bc929 to your computer and use it in GitHub Desktop.
var val = undefined
if(val === undefined || val === null) {
//do something
}
if(val == undefined) {
//do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment