Tell us what’s happening:
Your code so far
functon timesFive(num){
return num * 5;
}
timesFive(5);
timesFive(2);
timesFive(0);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36
.
Challenge: Return a Value from a Function with Return
Link to the challenge: