Skip to content

Instantly share code, notes, and snippets.

@xexi
Last active February 2, 2017 08:28
Show Gist options
  • Select an option

  • Save xexi/c323f14b2cf2cd24c3374a52a0aa9ff9 to your computer and use it in GitHub Desktop.

Select an option

Save xexi/c323f14b2cf2cd24c3374a52a0aa9ff9 to your computer and use it in GitHub Desktop.
var arr = [];
// for any falsy value (0, "", NaN, null, undefined, or of course, false):
if (!myarray[0]){
// isEmpty
} else {
// notEmpty
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment