Merge pull request #401 from brentguf/browser-events
Intro to Browser Events
This commit is contained in:
commit
8bb4e5b725
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ button.addEventListener("click", handler);
|
|||
button.removeEventListener("click", handler);
|
||||
```
|
||||
|
||||
The handler `button.onclick` works independantly and in addition to `addEventListener`.
|
||||
The handler `button.onclick` works independently and in addition to `addEventListener`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue