Just learned the basics of js. In the tutorial he made an id with save-el, and then in js he used let saveEl = document.getElementById("save-el"). Why would I not just use saveEl as the id in html to save myself from having to type out the let command each time?
Tried it with the same tag but using camel case and it worked fine. What are the limitations?