JS Variables, Data Types, innerHTML

**********REFRESHER: let y = 10 is declaring y and assigning value of 10 to y*************

This is my paragraph that I'm going to change.

This para will change when I click a button

**Important note on InnerHTML**

InnerHTML is written as follows:

document.getElementById("ID of element").innerHTML = "what you want to change";

Look with the page that I'm on, and find the ID

New Paragragh to be changed