Parameters vs. FormData objects

Learn the difference between parameters and FormData objects.

We'll cover the following...

We’ll be dealing with both ...Parameter classes and ...FormData classes throughout the course. Let’s understand the difference between the two.

FormData

  • A FormData class is always used as a form backing object for an HTML
...

Parameters

  • A Parameters object is part of the domain layer. Such objects will be immutable
...