Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rpsthecoder
Last active May 28, 2018 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpsthecoder/ccf695bd89af32fde83a5a82af2ce035 to your computer and use it in GitHub Desktop.
Save rpsthecoder/ccf695bd89af32fde83a5a82af2ce035 to your computer and use it in GitHub Desktop.
ary.length = 5;
console.log(Array.from(ary.keys())) // [0, 1, 2, 3, 4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment