Skip to content

Instantly share code, notes, and snippets.

@develar
Created February 26, 2015 07:12
Show Gist options
  • Select an option

  • Save develar/5651ce2bcdaa2e8d3329 to your computer and use it in GitHub Desktop.

Select an option

Save develar/5651ce2bcdaa2e8d3329 to your computer and use it in GitHub Desktop.
(function() {
var myArray = [1, 2, 3];
console.log(myArray.length);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment