Javascript tests won't /return a value from a function w/return

Tell us what’s happening:
It will not run the tests or let me proceed. I’ve checked it, looked at hints, watched the video. I’m doing the same thing they are to no avail. Please Help. The tests will not run. What am I doing wrong?

   **Your code so far**

function timesFive(num) {
  return num * 5;
  
} 



   **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS aarch64 14324.80.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.102 Safari/537.36

Challenge: Return a Value from a Function with Return

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.