Update article.md
Move '=' out of backticks
This commit is contained in:
parent
25c8c4aa3a
commit
b7a92c9de5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ For instance, if we have a single handler `form.onclick`, then it can "catch" al
|
|||
|
||||
In `form.onclick` handler:
|
||||
|
||||
- `this` (`=event.currentTarget`) is the `<form>` element, because the handler runs on it.
|
||||
- `this` (='event.currentTarget`) is the `<form>` element, because the handler runs on it.
|
||||
- `event.target` is the actual element inside the form that was clicked.
|
||||
|
||||
Check it out:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue