Ad

Return 100! Well, you might be thinking "Thats so easy, why is was this even created?" Well I have a job for you! Return 100 in the most creative way possible!

function returnhundred() {
return 10 ** 2;
}
ReturnMasterFailed Tests

E

e

e

Find a way to make the positive number negative!

function neg(number) {
return -(number);
}

return a string that says ok

//return string that says the word ok

Find the absolute value, also known as the positive counterpart to a negative integer

function av(num) {
}