Skip to content

Instantly share code, notes, and snippets.

@chris-sev
Created December 23, 2018 16:02
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 chris-sev/400f105d6adb839852937031df2a4c8b to your computer and use it in GitHub Desktop.
Save chris-sev/400f105d6adb839852937031df2a4c8b to your computer and use it in GitHub Desktop.
Quick Example
console.log(Array.isArray('one')); // false
console.log(Array.isArray(['thing1', 'thing2'])); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment