> JS methods to select an element
> YOUR ANSWER
> getMethod: "getQuerySelectorAll"
> EXAMPLE CORRECT ANSWER
> const button = document.example('example');
TypeError: document.example is not a function
----
> Create an HTML form with an input field and submit button:
> YOUR ANSWER
> Submit
> EXAMPLE CORRECT ANSWER
> Submit
Not incorrect answer assessed as incorrect.