Skip to content

Instantly share code, notes, and snippets.

@shabaz-ejaz
Created September 8, 2017 13:32
Show Gist options
  • Save shabaz-ejaz/a1bc51f1462b5e128a9ab9fe70acd5e9 to your computer and use it in GitHub Desktop.
Save shabaz-ejaz/a1bc51f1462b5e128a9ab9fe70acd5e9 to your computer and use it in GitHub Desktop.
Check if data is array
if (data instanceof Array) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment