diff --git a/README.md b/README.md index d09f2663..b2797b48 100644 --- a/README.md +++ b/README.md @@ -2361,7 +2361,7 @@ Because of hoisting, functions can be used before they are declared. 89. ### How do you submit a form using JavaScript - You can submit a form using `document.forms[0].submit()`. All the form input's information is submitted using onsubmit event handler + You can submit a form using `document.forms[0].submit()`. All the form input's information is submitted using ~~onsubmit event handler~~ to the action url provided ```javascript function submit() {