Skip to content

Instantly share code, notes, and snippets.

@kevincennis
Created December 3, 2012 18:33
Show Gist options
  • Save kevincennis/4196937 to your computer and use it in GitHub Desktop.
Save kevincennis/4196937 to your computer and use it in GitHub Desktop.
lazy sum
var arr = [1,2,3,4,5,6,7,8,9]
var sum = eval(arr.join('+'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment