Basic JavaScript - Write Reusable JavaScript with Functions

Tell us what’s happening: I’ve been through the forums looking for the issue, rewatched the video multiple times also, I can’t seem to find the problem I’m having. It’s still saying that I need to incorporate all three problems. Can someone give some insight ?

Describe your issue in detail here.

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/119.0.0.0 Safari/537.36 Edg/119.0.0.0

Challenge Information:

Basic JavaScript - Write Reusable JavaScript with Functions

Hey @Ynotgetback,

Your code is written well, except for the name of the function. Pay close attention to the spelling of the word “reusable”.

1 Like

I figured it was a typo that’s always my downfall of my code failing, the mental note is there to always check my spelling just be scanning through it quick, thank you. Really appreciate it.

That is sound advice! I’m happy to help and happy coding ahead!

1 Like