Skip to content

Instantly share code, notes, and snippets.

@Paul-Browne
Created December 10, 2019 11:41
Show Gist options
  • Save Paul-Browne/0e89d2edabaadcc8e27d166bee833275 to your computer and use it in GitHub Desktop.
Save Paul-Browne/0e89d2edabaadcc8e27d166bee833275 to your computer and use it in GitHub Desktop.
var example = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
var test = Array.isArray(example);
console.log(test);
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment