HTML Forms with JavaScript
This will we the next unit in our JavaScript curriculum. It is currently under construction. Potential concepts:
- Submitting form data.
- With action attribute.
- With onsubmit event handler.
- With input validation using input attributes and scripts.
- Fetch API.
- GET and POST.
- Promises.
- async/await.
- Client-side storage including cookies, localStorage, and IndexedDB.
- Final: Make a CRUD App.