Skip to main content
Module

x/lodash_es/mod.ts>sum

lodash for deno use
Latest
function sum
import { sum } from "https://deno.land/x/lodash_es@v0.0.2/mod.ts";

Computes the sum of the values in array.

Examples

_.sum([4, 2, 8, 6]); // => 20

Parameters

array

The array to iterate over.