Skip to content

Instantly share code, notes, and snippets.

@xhoskin
Last active October 16, 2015 14:13
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 xhoskin/8d539ed25e12b87d170e to your computer and use it in GitHub Desktop.
Save xhoskin/8d539ed25e12b87d170e to your computer and use it in GitHub Desktop.
Проверить на массив - Check if a variable is an array in JavaScript
[].constructor === Array
// http://stackoverflow.com/questions/767486/how-do-you-check-if-a-variable-is-an-array-in-javascript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment