Write Reusable Javascript with Functions help!

I’ve input the correct code multiple times, even copying it directly from the Hint page, and it still won’t let me pass it. The “resuableFunction” line never turns blue to take on the function parameter.


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

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.

Challenge: Write Reusable JavaScript with Functions

Link to the challenge:

This is, because you didn’t do step 2 of the instructions:

Call the function.

1 Like

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