Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created June 30, 2015 03:03
Show Gist options
  • Select an option

  • Save ajcrites/08ca88bdff46ecee6358 to your computer and use it in GitHub Desktop.

Select an option

Save ajcrites/08ca88bdff46ecee6358 to your computer and use it in GitHub Desktop.
let x = 0;
Array.of(1, 2, 3).forEach(() => ++x);
console.log(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment