Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Peter Roche
cdaa4b436e
Update article.md
'and' to implement...
2019-11-25 20:21:51 -07:00

View file

@ -8,7 +8,7 @@ For instance:
- A click on a form submit button - initiates its submission to the server.
- Pressing a mouse button over a text and moving it - selects the text.
If we handle an event in JavaScript, we may not want the corresponding browser action to happen, to implement another behavior instead.
If we handle an event in JavaScript, we may not want the corresponding browser action to happen, and to implement another behavior instead.
## Preventing browser actions