Skip to content

Instantly share code, notes, and snippets.

@Nata01
Created December 17, 2015 16:40
Show Gist options
  • Save Nata01/fd380ffddf565ad0da55 to your computer and use it in GitHub Desktop.
Save Nata01/fd380ffddf565ad0da55 to your computer and use it in GitHub Desktop.
Summarizing using the formula
function sumTo(n) {
return (1 + n) * n / 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment