MCPcopy Create free account
hub / github.com/codecombat/codecombat / sum

Function sum

app/collections/Prepaids.js:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const Prepaid = require('models/Prepaid')
14
15const sum = numbers => _.reduce(numbers, (a, b) => a + b)
16
17module.exports = (Prepaids = (function () {
18 Prepaids = class Prepaids extends CocoCollection {

Callers 2

totalMaxRedeemersMethod · 0.85
totalRedeemersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected