Skip to content

Instantly share code, notes, and snippets.

@rootid
Created May 30, 2015 20:46
Show Gist options
  • Save rootid/332a732efc787bd38efc to your computer and use it in GitHub Desktop.
Save rootid/332a732efc787bd38efc to your computer and use it in GitHub Desktop.
if (my_value && typeof my_value === 'object' && my_value.constructor === Array) {
// my_value is an array!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment