Skip to content

Instantly share code, notes, and snippets.

@chris-sev
Created December 23, 2018 16:04
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/9f0782a5d307efbabe1869bdea72c443 to your computer and use it in GitHub Desktop.
Save chris-sev/9f0782a5d307efbabe1869bdea72c443 to your computer and use it in GitHub Desktop.
Checking a Value
const names = ['Pete', 'John', 'Mary'];
const isArray = Array.isArray(names);
console.log(isArray); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment