Skip to content

Instantly share code, notes, and snippets.

@vladima
Created February 6, 2016 07:02
Show Gist options
  • Select an option

  • Save vladima/0f5fc5ddd80b54e34c35 to your computer and use it in GitHub Desktop.

Select an option

Save vladima/0f5fc5ddd80b54e34c35 to your computer and use it in GitHub Desktop.
let data = []
for (let x = 0; x < 5;) {
data.push(() => x);
x++
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment