Create functionReusable

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

function reusableFunction() {
console.log("Hi world");
}
reusableFunction();

  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.181 Chrome/65.0.3325.181 Safari/537.36.

Challenge: Write Reusable JavaScript with Functions

Link to the challenge:

output the string Hi World to the console.

Case sensitive…

Concluded! Thank you very much

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