Return NegativeQuestion 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...Jan 20, 2025·7 min read