Question:
I have a <p>Choose your color: <input type="color" id="colorInput"></p> and I want to set It as a js variable then use document.getElementById() to set the color chosen to the background color of <h1 class='title-main' onclick='editTitle()' id='title'>Welcome to your JohnnySite</h1> Repl link: https://replit.com/@JohnnySuriano/JohnnySites#index.html)
(This is the second time is made this post because the other time it glitched and broke)