I’m not sure will this question be answered in the later videos, but I would like to ask in the video the following command is used:
const $form = document.querySelector(‘form’);
function submitHandler(){
}
$form is used because in the example he is showing there’s only one form being used. but let if there’s more than one form and/or textbox to be filled, what should I used?
thanks