Skip to content

Instantly share code, notes, and snippets.

@nrm176
Created September 13, 2015 06:35
Show Gist options
  • Save nrm176/bed9cf2ba18d21ce8fc7 to your computer and use it in GitHub Desktop.
Save nrm176/bed9cf2ba18d21ce8fc7 to your computer and use it in GitHub Desktop.
Just trying to get used to how Gist works...
var nums = [1,2,3,4,5]
var ans = nums.reduce(function(x,y){
return x+y
})
console.log(ans)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment