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
// multiply(3, 2)(4, 1)(6, 0) -> 0
Type or select from these options