Skip to content

Instantly share code, notes, and snippets.

@Paul-Browne
Last active December 10, 2019 09:15
Show Gist options
  • Save Paul-Browne/ce624e928cb1d524f6521f3d45b64a64 to your computer and use it in GitHub Desktop.
Save Paul-Browne/ce624e928cb1d524f6521f3d45b64a64 to your computer and use it in GitHub Desktop.
var array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
console.log(array.length);
// 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment