🔥 You can disable an entire form or groups of inputs by wrapping in a <fieldset> and applying the disabled attr
🔥 Rename and Destructure properties of a return object with ES6 destructuring
🔥 Forms and inputs are available via properies on document.forms. You might not need a selector 😃