Return Negative
Jan 20, 2025 · 7 min read · Question There can’t be a simpler question than this… All you have to do is finish the makeNegative function, which takes a number and returns a negative number regardless of the value… function makeNegative(num) { // Finish your code here } Ins...
Join discussion

