Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
let
arr2 = [1,2,3,4,5,6]
22
23
const
red = (a, b)=>{
24
return
a+b
25
}
26
27
console.log(arr2.reduce(red))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected