Skip to content

Instantly share code, notes, and snippets.

@rxluz
Created December 11, 2017 12:25
Show Gist options
  • Save rxluz/332e890d507f73948d2230e45aab0431 to your computer and use it in GitHub Desktop.
Save rxluz/332e890d507f73948d2230e45aab0431 to your computer and use it in GitHub Desktop.
let amount = 0;
for (v of [3, 4, 60, 7, 9, 10]) {
 amount+=v;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment