We used querySelectorAll() because we'll want to have two different input elements on the webpage. For now, we need the first one.
To get the first element, code "input" in parentheses and then [0] right after.
Make sure to pick "input", followed by [0].