Update article.md

'and' to implement...
This commit is contained in:
Peter Roche 2019-11-25 20:21:51 -07:00 committed by GitHub
parent 18a3b24c05
commit cdaa4b436e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ For instance:
- A click on a form submit button - initiates its submission to the server. - 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. - 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 ## Preventing browser actions