Skip to content

Commit 386ac9d

Browse files
authored
Update README.md
1 parent 7dd2f8c commit 386ac9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ Because of hoisting, functions can be used before they are declared.
23612361

23622362
89. ### How do you submit a form using JavaScript
23632363

2364-
You can submit a form using `document.forms[0].submit()`. All the form input's information is submitted using onsubmit event handler
2364+
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
23652365

23662366
```javascript
23672367
function submit() {

0 commit comments

Comments
 (0)