let myLeads = ["www.awesomelead.com", "www.epiclead.com", "www.greatlead.com"] const inputEl = document.getElementById("input-el") const inputBtn = document.getElementById("input-btn") // 2. Grab the unordered list and store it in a const variable called ulEl