Help i can't solve it

Tell us what’s happening:

Wha i do wrong?
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/85.0.4183.83 Safari/537.36.

Challenge: Write Reusable JavaScript with Functions

Link to the challenge:

Hello, you should call the function after you define it.

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

reusableFunction()

1 Like

Hi thanks
but, i try that code and it gives an error :frowning:

I got sollution wrong floating text points