Skip to content

Instantly share code, notes, and snippets.

@JasonDeving
Created March 15, 2016 06:22
Show Gist options
  • Save JasonDeving/99d44bfd1dde068714e7 to your computer and use it in GitHub Desktop.
Save JasonDeving/99d44bfd1dde068714e7 to your computer and use it in GitHub Desktop.
array length
var box = []
box['size'] = true;
box[3] = {'hey': true};
console.log(box.length);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment