These are the resources for the lessons in the Forms & JavaScript unit.
For this unit we will begin with the basics of HTML forms which allow us to gather user input. Later, we will use server-side programming to process and persist that input, but for now we will learn to use client-side JavaScript to process the input and output results.
The lessons for this unit are based on the content provided by W3 Schools.