Skip to content

Instantly share code, notes, and snippets.

@nurfarazi
Created November 12, 2015 05:02
Show Gist options
  • Save nurfarazi/dc3d5148c5e6a6e58c61 to your computer and use it in GitHub Desktop.
Save nurfarazi/dc3d5148c5e6a6e58c61 to your computer and use it in GitHub Desktop.
[1,2,3,4,5,6].reduceRight(function(a,b){return a+b;})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment