Tell us what’s happening:
Your code so far
function timesfive(num) { return num * 5; }
console.log(timesfive(5));
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1
.
Challenge: Return a Value from a Function with Return
Link to the challenge: