MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / red

Function red

Video 63/mfr.js:23–25  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

21let arr2 = [1,2,3,4,5,6]
22
23const red = (a, b)=>{
24 return a+b
25}
26
27console.log(arr2.reduce(red))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected