Reuseable function failing?

Tell us what’s happening:
In the Javascript reuseable function tutorial is keeps returning that 'reuseableFunction should be a ‘function’ I have checked numerous times that spelling etc. is correct and checked on your ‘help’ videos and hints. When I call the function - it works!, and is displayed in the console?

Your code so far



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












Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:76.0) Gecko/20100101 Firefox/76.0.

Challenge: Write Reusable JavaScript with Functions

Link to the challenge:

It’s reusableFunction, not reusEableFunction

Thank you very much for pointing out that I can’t spell, I feel like an idiot as I spent about an hour and a half trying to figure this out!

Learning curves rule!

Thank you!

1 Like

don’t worry, even the most expert of programmers can spend hours or even days hunting down damn typos