Need help with function

I am having trouble with this code. It looks good to me but does not pass the tests. says it should be a function and that it needs to be called.

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

reuseableFunction();

Could you share the challenge link?

Check your function name. It is reusable not reuseable.

Link to challenge.