Skip to content

Instantly share code, notes, and snippets.

@PantherHawk
Created February 22, 2017 04:01
Show Gist options
  • Save PantherHawk/6b23ffd9c230842ac53bfec10085bea6 to your computer and use it in GitHub Desktop.
Save PantherHawk/6b23ffd9c230842ac53bfec10085bea6 to your computer and use it in GitHub Desktop.
let populateArray = (array) => {
for (var i of array) {
array[i] = i;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment