Skip to content

Instantly share code, notes, and snippets.

@jvmonjo
Created February 23, 2017 10:48
Show Gist options
  • Save jvmonjo/893b2ea6141551c93cbde002cf18e1f4 to your computer and use it in GitHub Desktop.
Save jvmonjo/893b2ea6141551c93cbde002cf18e1f4 to your computer and use it in GitHub Desktop.
if(typeof arrayName[index] === 'undefined') {
// does not exist
}
else {
// does exist
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment