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