Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created January 13, 2020 14:55
Show Gist options
  • Select an option

  • Save cesarkohl/e7ae6f4220ce1912585b95c1b54d2809 to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/e7ae6f4220ce1912585b95c1b54d2809 to your computer and use it in GitHub Desktop.
arrayVar.forEach (function) {
 occupation(); // 5 5 5 5 5
});
arrayLet.forEach (function) {
 occupation(); // 1 2 3 4 5
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment