Problem
I. Write code to define a JavaScript function named showWords(). The showWords() function should display the message Summer is around the corner! 15 times underlined and on separate lines.
II. Write code to create and add an HTML button element whose label is Show Words. When the Show Words button is clicked, the Summer is around the corner! message should be printed on the HTML page 15 times underlined and on separate lines.