Working with HTML Form Fields in Javascript
You might want to go back and watch the first two videos in my DOM manipulation series if you havenโt already. This one follows from those two.
Forms and their controls have slightly different methods and properties from the other DOM elements. In this video, I show you a couple of those and demonstrate the foundational concepts of how youโd validate a userโs input.