Return a Value from

Tell us what’s happening:

Your code so far


// Example
function minusSeven(num) {
  return num - 7;
}

// Only change code below this line
function timesFive(num){
  return mum*=5;
}

console.log(timesFive(5));
console.log(minusSeven(10));

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/return-a-value-from-a-function-with-return

Double check the variable that you are doing the calculation on in your return statement.

vlw …foi vacilo ,obrigada!