Skip to content

Instantly share code, notes, and snippets.

@roine
Created May 31, 2013 09:59
Show Gist options
  • Save roine/5684016 to your computer and use it in GitHub Desktop.
Save roine/5684016 to your computer and use it in GitHub Desktop.
find out if array
function is_array(variable){
return Object.prototype.toString.call( variable ) === '[object Array]'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment