MCPcopy Create free account
hub / github.com/Faheem-Khan97/javascript-coding-problems-with-theory / sumn

Function sumn

currying.js:46–46  ·  view source on GitHub ↗
(a,b,c)

Source from the content-addressed store, hash-verified

44
45
46const sumn = (a,b,c) => a+b+c;
47
48function curry(sum){
49 return function curried(...args){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected