Created
March 15, 2016 06:22
-
-
Save JasonDeving/99d44bfd1dde068714e7 to your computer and use it in GitHub Desktop.
array length
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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