Assignment update - mid point
Introduction
Section titled โIntroductionโIn this guide, we will update our assignment to reflect the latest changes to our project.
Progress review
Section titled โProgress reviewโSince our last assignment update, we have:
- Configured HTML inputs so their values can be targetted in JavaScript
- Created an event listener to handle the form submission
- Captured the data coming from the form submission
- Validated the form data to ensure it meets the required criteria
- Handled any validation errors and displayed these neatly on the form
Recapping progress
Section titled โRecapping progressโIf you need to remind yourself of any work we have covered so far, use the progress review above to guide you, or click on the relevant link on the left of your screen.
Next steps
Section titled โNext stepsโOnce you have updated your assignment, we will move onto refactoring our code to make it more manageable.