Commit graph

122 commits

Author SHA1 Message Date
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
Ilya Kantor
d5f4fe9e18 minor 2019-10-19 13:15:53 +03:00
Ilya Kantor
c3fadb7dc1 minor 2019-10-11 09:15:33 +03:00
Ilya Kantor
6d44c1e1ac fixes 2019-10-10 17:29:27 +03:00
Ilya Kantor
7418213b66 re-import images from Sketch (no changes) 2019-10-10 17:08:16 +03:00
Ilya Kantor
d52ecf0638 minor 2019-10-02 09:41:32 +03:00
Ilya Kantor
07784d8cfa minor 2019-08-19 11:42:30 +03:00
Ilya Kantor
42603c01ba minor 2019-08-19 11:41:25 +03:00
Ilya Kantor
4bc42e1360 minor 2019-08-13 22:07:33 +03:00
Ilya Kantor
9bfc8cfa9c minor 2019-08-11 14:24:31 +03:00
Ilya Kantor
4d44df6a3a Embed font to SVG 2019-08-11 14:17:38 +03:00
Ilya Kantor
fc66b43ce3 minor 2019-08-06 01:00:50 +03:00
Ilya Kantor
3f8fb3d87b minor 2019-08-05 23:36:26 +03:00
Ilya Kantor
500b7c9ece minor 2019-08-05 22:39:38 +03:00
Ilya Kantor
a6a0031199 minor 2019-08-05 22:11:33 +03:00
Ilya Kantor
e0f6027404 minor 2019-08-05 22:11:19 +03:00
Ilya Kantor
b6b06f6b35 minor 2019-08-01 18:39:59 +03:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
Ilya Kantor
0b55d45daf
Update article.md 2019-07-18 11:15:33 +03:00
Ilya Kantor
52ef3256c9 improvements 2019-07-16 19:23:04 +03:00
Andrey Krasnov
462dfb3d98
Add stylistic and grammar fixes
I fixed some of the awkward phrasing:

• `concrete` is more common in the literary style of writing and is used to denote something opposite of abstract, so placing it here when describing a relation between html elements seems unnecessarily cumbersome. Plus there's some tautology in using `concrete` together with `actually`. I propose something simpler.

• `It’s possible that event.target equals this` -- the present indefinite tense is not quite correctly used here, because this sentence describes something that only happens conditionally and is not always true. There are many ways to rewrite this sentence, and I propose one that aims to keep the original structure of the idea.
2019-07-15 16:19:20 +03:00
Ilya Kantor
8171ece575 fixes 2019-07-06 14:48:24 +03:00
Ilya Kantor
63a2d2eb94 fixes 2019-07-06 14:48:16 +03:00
Ilya Kantor
5ef182b5f1 fixes 2019-07-06 14:46:29 +03:00
Ilya Kantor
f018012168 event-loop 2019-06-29 00:37:01 +03:00
Ilya Kantor
d5f04d2b8e fixes 2019-06-24 12:57:36 +03:00
Ilya Kantor
be133e1e65 minor 2019-06-04 20:48:50 +03:00
Ilya Kantor
76b0616727 improvements 2019-05-31 19:11:37 +03:00
Oleksandr Onufrienko
39394b96f2
Changed "phrase" to "phase" for capture param 2019-05-16 16:40:48 +03:00