Challenge Won't Pass

Tell us what’s happening:
I typed in what the challenge asked for but did not pass test run. So, I checked out the hint and video, showed me what I did do to pass, I reset challenge re-typed code, still did not pass.

HELP!

Thank you,
Albert R Juarez
Your code so far


function reuseableFunction() {
console.log("Hi World");
}

reuseableFunction();
  **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.114 Safari/537.36.

Challenge: Write Reusable JavaScript with Functions

Link to the challenge:

You have a small spelling issue: reusableFunction

Jeremy,

Thank you! Feel like a dork now. I guess I can add learning to spell onto my list next to JavaScript!

Thanks Again.

Some days, spelling is the hardest part of code.

1 Like

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