Skip to content

Instantly share code, notes, and snippets.

@leben-jp
Created March 12, 2018 12:26
Show Gist options
  • Select an option

  • Save leben-jp/92efdce2dd6ae5d02828bd48290424c4 to your computer and use it in GitHub Desktop.

Select an option

Save leben-jp/92efdce2dd6ae5d02828bd48290424c4 to your computer and use it in GitHub Desktop.
var array = ['a', 'b', 'c'];
var len = array.length;
console.log(len); // 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment