Add up all of the numbers in an array of numbers. Works when non-numbers are present as well.
Install
npm:
Install withnpm i array-sum --save-dev
Usage
var arraySum = ; ;//=> 15 ;//=> 15 ;//=> 15
Author
Jon Schlinkert
License
Copyright (c) 2014-2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb on January 14, 2015.