Underscore.js _.add() Method
The _.add() method returns the sum of all the given arguments. Syntax: _.add(val1, val2,..., valn); Parameters: This method returns n values to operate on them. Return Value: This method returns the sum of all the given arguments. Note: This will not work in normal JavaScript because it requires the