Basic JavaScript - Write Reusable JavaScript with Functions

Tell us what’s happening:

Will not run code

Your code so far

function reusableFuntion(){
  console.log('Hi world');
}
reusableFuntion();

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Challenge: Basic JavaScript - Write Reusable JavaScript with Functions

Link to the challenge:

You missed the ‘c’ in Function.
You wrote “reusableFuntion”

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