Small typo
This commit is contained in:
parent
2a3182ad94
commit
82a34d231f
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ button.addEventListener("click", handler);
|
||||||
button.removeEventListener("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