Duration: 17:48 min
Summary: In this lesson, we will learn how to work forms. Specifically, we will see how to serialize the data after the submit takes place. We will create a form that contains input elements, in addition to a textarea that will display the result of our work. There are multiple functions that we are experimenting with. We will explore the difference between serialize and serializeArray. We will also see how encodeURI and encodeURIComponent work.