Basic JavaScript - Write Reusable JavaScript with Functions - 84TM3d_zUK1zQi0_qR7xc

Tell us what’s happening:
Describe your issue in detail here.
Im not understanding how to start the function “reusableFunction”

Your code so far


Your browser information:

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

Challenge: Basic JavaScript - Write Reusable JavaScript with Functions

Link to the challenge:

Do you see the example function in the instructions?

function functionName() {
  console.log("Hello World");
}

Use this as a model for creating your own reusableFunction. If you have a specific question about the example function please let us know and be very specific.

P.S. If you do run into problems then we’ll need to see your code so we can see what you tried. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

2 Likes

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