diff --git a/5-network/02-formdata/article.md b/5-network/02-formdata/article.md index d57f17b6..a4da4da9 100644 --- a/5-network/02-formdata/article.md +++ b/5-network/02-formdata/article.md @@ -45,6 +45,8 @@ As you can see, that's almost one-liner: ``` +Here, the server accepts the POST request with the form and replies "User saved". + ## FormData Methods We can modify fields in `FormData` with methods: