I don't know what I'm doing wrong in here

Tell us what’s happening:

  **Your code so far**

function reusableFunction() {
console.log("Hi World");
}
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 Edg/89.0.774.45.

Challenge: Write Reusable JavaScript with Functions

Link to the challenge:

You are not calling the function.

1 Like

Oh, I see now what they mean by calling the function! Thanks!

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