Raphael
adab443ae3
Fixed small typo
...
2-ui / 2-events / 5-dispatch-events
In subchapter "Event constructor": first word use "Built-in" instead of "Build-in"
2020-12-07 15:30:26 +01:00
Vse Mozhe Buty
a81bb4a293
Fix typo in 2.2.5 (Dispatching custom events)
2020-11-17 17:39:17 +02:00
Eduardo
ad3a7cc6f3
Fix typo (I think)
2020-10-20 09:43:49 -04:00
Eduardo
7d05adac56
Mention HTML attribute events in the summary
2020-10-20 09:43:30 -04:00
joaquinelio
b10554806e
misplaced "too"?
2020-08-30 06:10:27 -03:00
Ilya Kantor
b07a1fefa0
Merge pull request #2030 from peachesontour/patch-3
...
Update article.md
2020-08-27 23:38:08 +03:00
Peter Kampjes
ed78e2602d
Update article.md
...
Small fixes.
2020-07-26 21:35:32 -03:00
Peter Kampjes
1f5a40f4c1
Update article.md
2020-07-25 14:18:36 -03:00
Peter Kampjes
dc0d9158b2
Typo
...
Thanks for a great tutorial!
2020-07-25 07:06:33 -03:00
Siddharth Golchha
f0dbc65f53
Fixed Type
2020-07-03 18:53:01 -07:00
Ilya Kantor
7b59734d5f
typo
2020-06-01 09:59:03 +03:00
Ilya Kantor
ba2b7b0c4a
minor
2020-05-06 16:51:47 +03:00
Violet Bora Lee
b4910970c2
minor fixes
2020-05-05 22:27:01 +09:00
Ilya Kantor
ba88b60f63
closes #1852
2020-04-29 12:04:07 +03:00
Ilya Kantor
649ecc5bb8
closes #1864
2020-04-29 11:58:16 +03:00
Alexey Pyltsyn
0c5d5d2554
Merge pull request #1821 from leviding/patch-8
...
Fix minor type error, delete unnecessary symbol .
2020-03-29 05:56:27 +03:00
Alexey Pyltsyn
0895276e40
Merge pull request #1824 from leviding/patch-10
...
Fix minor type errer: delete one space
2020-03-29 05:55:05 +03:00
LeviDing
2efef249ca
Update article.md
2020-03-27 18:39:33 +08:00
LeviDing
14cd9ec89e
Update article.md
2020-03-27 18:09:55 +08:00
LeviDing
da3303b88f
Update article.md
2020-03-27 09:08:04 +08:00
LeviDing
03aa504758
Update article.md
2020-03-26 10:05:29 +08:00
Ilya Kantor
63518dce9f
Merge pull request #1770 from jorishr/patch-1
...
small typo fix
2020-03-21 09:13:08 +03:00
Alexey Pyltsyn
36737518f8
Fix typo
2020-03-10 12:54:07 +03:00
jorishr
1c1b8a0b94
small typo fix
...
element.addEventListener(event, handler[, options]); TO element.addEventListener(event, handler, [options]);
2020-02-24 19:17:02 +01:00
Ilya Kantor
60d9fe607c
Revert "Revert "minor fixes""
...
This reverts commit d6035ee890
.
2020-02-08 21:05:37 +00:00
Ilya Kantor
d6035ee890
Revert "minor fixes"
...
This reverts commit e4fb777e31
.
2020-02-08 21:00:32 +00:00
Ilya Kantor
e4fb777e31
minor fixes
2020-02-08 20:50:58 +00:00
Ilya Kantor
4a10b922c7
fix en #1739
2020-02-08 09:19:24 +00:00
Ilya Kantor
4587fde235
re-import images (Sketch update)
2019-11-30 08:51:52 +03:00
Ilya Kantor
ce8e68f21c
minor fixes
2019-11-28 13:56:48 +03:00
Alexey Pyltsyn
2af74029e2
Fixing urls to start with 'https' ( #1632 )
...
Fixing urls to start with 'https'
2019-11-27 09:18:01 +03:00
Peter Roche
484b24de37
Update article.md
...
'awaits till `onclick`' -> "waits until the `onclick`".
"awaits" doesn't usually go with "until" (or "till" or "'til"). I can await someone's arrival, or I can wait until they arrive.
An alternate phrasing using "await" could be "it awaits the completion of the `onclick` processing".
2019-11-26 22:18:54 -07:00
Ashutosh Chauhan
6d2b959ec9
Update task.md
2019-11-26 19:27:47 +05:30
Ashutosh Chauhan
fcf12e4b44
Update solution.md
2019-11-26 19:27:23 +05:30
Ashutosh Chauhan
43559725ce
Update index.html
2019-11-26 19:26:28 +05:30
Ashutosh Chauhan
9323cf26b2
Update index.html
2019-11-26 19:25:52 +05:30
Peter Roche
f073dbdee9
Update task.md
...
'use the event delegation' -> 'use event delegation'
2019-11-25 21:02:25 -07:00
Peter Roche
c356514397
Update article.md
...
'allows to' -> 'allows us to'
2019-11-25 20:54:45 -07:00
Peter Roche
69c30d0b95
Update article.md
...
'that allow to' -> 'that allow us to'
2019-11-25 20:50:53 -07:00
Peter Roche
8bdd11c3dd
Update article.md
...
'and want' to implement...
2019-11-25 20:24:08 -07:00
Peter Roche
ab92e31f39
Update article.md
...
'add same handling' -> 'add the same handling'
'and alike' -> 'and the like'
'if' -> 'whether'
2019-11-19 00:05:59 -07:00
Peter Roche
6599fa927b
Update article.md
...
'alternative of' -> 'alternative to'
2019-11-19 00:00:52 -07:00
Peter Roche
2e7350599a
Update article.md
...
Rephrasing what does delegation do for us question.
2019-11-18 23:42:34 -07:00
Peter Roche
e515f80a9f
Update article.md
...
'well-thought' -> 'well thought out'
2019-11-15 23:52:04 -07:00
Peter Roche
d75be14959
Update article.md
...
Move '=' out of backticks. Take two.
2019-11-15 23:45:43 -07:00
Peter Roche
b7a92c9de5
Update article.md
...
Move '=' out of backticks
2019-11-15 23:43:59 -07:00
Peter Roche
6831d68b69
Update solution.md
...
Remove extra "b" from "visible".
2019-11-14 21:27:48 -07:00
Peter Roche
be244d03b2
Update article.md
...
"but strongly" -> "but is strongly". "is strongly not recommended" is still a bit odd, though it's readable and totally understandable. Could maybe be changed to "but is strongly discouraged". Still, not bad as (now) is.
2019-11-09 22:05:14 -07:00
Peter Roche
aab70cd727
Update article.md
...
'work with event' -> 'work with events'
2019-11-09 21:58:45 -07:00
Ilya Kantor
70ca842bef
minor
2019-10-26 12:37:45 +03:00