x
You solved the puzzle!
There's a new one coming soon 😉
June 1st, 2024
What's missing in this code?
function
multiply
(
n1, n2
)
return
return
return
n1 *
;
};
};
}
// multiply(1, 2)(3, 4)(5, 6) -> 720
Type or select from these options
(n3, n4) => {
(n5, n6) => {
n2 * n3 * n4 * n5 * n6
n2
n3 * n4
function multiply(n2, n3);
function(a5, a6) {
CHECK