Return Negative
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...
shamith.hashnode.dev7 min read