Bug not letting me pass the test

my answer is correct. but it keeps telling me my name is wrong.
Describe your issue in detail here.

  **Your code so far**

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

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Write Reusable JavaScript with Functions

Link to the challenge:

sry I didn’t called the function.

proper code is posted below.

function reusableFunction() {

console.log(“Hi World”);

}

reusableFunction();

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