JavaScript

Step 12: Add the following in the function:
myParagraph.innerHTML = `hello world`
The property innerHTML represents the content within an HTML tag. Feel free to change the message within the backticks. Click the button on the page, and the message should appear below the button.
Last step Next section