Reuseable Function

**Tell us what’s happening:**I cannot find what I am doing wrong? Am I missing something?

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_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36.

Challenge: Write Reusable JavaScript with Functions

Link to the challenge:

Hi and welcome to the forum!

You have misspelled reusable.

1 Like