BigBinary Academy
JavaScript
Challenges Set 12
66.50
Courses
Search
Assessment
66.50
Curried Sum
Find the curried sum
The
sum
function accepts parameters
a
,
b
,
c
, and
d
in the form of
fn(a)(b)(c)(d)
.
For example:
Previous
Next