Skip to content

Instantly share code, notes, and snippets.

@brendanashworth
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brendanashworth/1de57616718d7514978d to your computer and use it in GitHub Desktop.
Save brendanashworth/1de57616718d7514978d to your computer and use it in GitHub Desktop.
total = 0
for num in [1..5000]
total += num
console.log total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment