Skip to content

Instantly share code, notes, and snippets.

@jsjoeio
Created May 27, 2017 16:28
Show Gist options
  • Save jsjoeio/5b1cf7b3e7aa935210f0a6a8c0cc8fef to your computer and use it in GitHub Desktop.
Save jsjoeio/5b1cf7b3e7aa935210f0a6a8c0cc8fef to your computer and use it in GitHub Desktop.
YDKJS- book 4, chp 2- question 1
var a = [ ];
a["13"] = 42;
a.length; // 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment