KilianSorel
a0d6b52971
Fix typo
2022-08-30 06:49:31 +00:00
烂柯人
e1be207fe8
Update article.md
...
fix: bug caused by GitHub data change
2022-02-04 14:12:30 +08:00
Ilya Kantor
a678674350
images
2022-02-03 13:08:18 +03:00
烂柯人
180cb4406d
Update article.md
...
FIX: fix bug caused by GitHub data change
2022-01-03 10:59:48 +08:00
Ilya Kantor
c5358c5949
themable pictures
2021-12-12 22:53:17 +03:00
Manik Kapoor
624b48b108
Update article.md
2021-06-27 12:50:01 +05:30
Manik Kapoor
bed62e1459
Add generator.return
...
Add generator.throw, yeah we don't use it much but it's good to know about it.
2021-06-27 12:46:29 +05:30
joaquinelio
dbae68c452
Plunker reminder #1775
2021-04-11 04:00:11 -03:00
LeviDing
adf83c64b7
Update article.md
2020-11-16 00:32:55 +08:00
Vse Mozhe Buty
05dfb56786
Fix typo, add note in 1.12.2 (Async iteration)
2020-11-01 18:59:36 +02:00
Zhi Yin
2c65914e3b
correct minor typo
2020-09-27 16:13:21 -04:00
Ilya Kantor
58f6599df7
minor fixes
2020-09-05 18:46:24 +03:00
Ilya Kantor
ba5424a82d
minor fixes
2020-09-05 18:04:50 +03:00
Ilya Kantor
94279abe98
Merge pull request #1738 from javascript-tutorial/paroche-patch-18
...
Update article.md
2020-09-05 17:05:05 +03:00
Ilya Kantor
b057341f6c
refactor objects, add optional chaining
2020-05-03 16:56:24 +03:00
Peter Roche
88120708b1
"allows to" -> "allows us to" (2x)
2020-02-28 23:48:18 -07:00
Peter Roche
177f4b3b5e
Update article.md
...
"we should use `for...loop`" -> "we should use a `for...loop`"
2020-02-28 22:32:22 -07:00
Peter Roche
6c8433eedf
Update article.md
...
Rephrasing introductory sentences about async iterators and generators.
2020-02-28 21:27:44 -07:00
Peter Roche
ce70814086
Update article.md
...
My proposed change may not be right, but "make a request to URL" was unclear, and it's `fetch` that's used below to make the request. If 'request to URL' has some special meaning and is what you want to say, maybe some rephrasing is in order.
2020-02-06 23:36:04 -07:00
Peter Roche
9a4bc89d6d
Update article.md
...
"such as browsers" -> "like in browsers"
2020-02-06 23:27:22 -07:00
Peter Roche
537c33493a
Update article.md
...
Several punctuation changes, yielding:
"1. We use the browser [fetch](info:fetch) method to download from a remote URL. It allows us to supply authorization and other headers if needed -- here GitHub requires `User-Agent`.
2. The fetch result is parsed as JSON. That's again a `fetch`-specific method.
3. We should get the next page URL from the `Link` header of the response. It has a special format, so we use a regexp for that. The next page URL may look like `https://api.github.com/repositories/93253246/commits?page=2 `. It's generated by GitHub itself.
4. Then we yield all commits received, and when they finish, the next `while(url)` iteration will trigger, making one more request."
2020-02-06 23:21:57 -07:00
Peter Roche
671c4d41ee
Update article.md
...
"returns the result outside" -> "returns the result to the outside"
2020-02-06 22:15:48 -07:00
Peter Roche
4d0ceef055
Update article.md
...
"yield is a two-way road" -> "yield is a two-way street"
"Two way street" is by far the more common and accepted way to say this. If you look up "two-way road" you will typically be redirected to "two-way street".
2020-02-06 21:47:38 -07:00
Peter Roche
d1a455080d
Update article.md
...
"We can get loop over values by `for..of`:" -> "We can loop over their values using `for..of`"
2020-02-03 23:37:29 -07:00
Violet Bora Lee
e85e48f8d0
minor fixes
2020-01-27 15:24:23 +09:00
Ilya Kantor
994390265a
fixes #1669
2019-12-27 11:40:59 +03:00
Ilya Kantor
4587fde235
re-import images (Sketch update)
2019-11-30 08:51:52 +03:00
Ilya Kantor
120700e1f2
minor
2019-11-13 22:18:15 +03:00
Ilya Kantor
f759f38544
minor
2019-11-13 22:15:43 +03:00
Ilya Kantor
57e9dc8302
Merge pull request #1578 from hrodward/patch-34
...
Update article.md
2019-11-06 21:06:35 +03:00
Ilya Kantor
7aa527c383
Merge pull request #1575 from hrodward/patch-31
...
Update task.md
2019-11-06 21:04:43 +03:00
hrodward
9f158f9a75
Update article.md
...
Grammar suggestions
2019-11-04 10:45:48 +01:00
hrodward
fccf4615b6
Update task.md
...
Grammar suggestions
2019-11-04 08:49:08 +01:00
hrodward
8dfb5e8e6e
Update article.md
...
Grammar suggestions
2019-11-04 08:31:32 +01:00
Ilya Kantor
7418213b66
re-import images from Sketch (no changes)
2019-10-10 17:08:16 +03:00
Daria Pimenova
f6452cb075
Update article.md
2019-10-02 15:32:37 +04:00
Daria Pimenova
496fed5852
Update article.md
2019-10-01 15:53:13 +04:00
fires3as0n
1360bf91db
Update article.md
...
fixed a typo
2019-09-22 10:59:04 +03:00
Ilya Kantor
77dc1ba4b3
fix
2019-09-21 22:12:22 +03:00
va-z
bec7821d96
Typo fix
2019-09-06 21:16:32 +05:00
Ilya Kantor
39309e6a07
minor
2019-08-14 12:36:24 +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
69acca8637
minor
2019-08-10 16:32:43 +03:00
Ilya Kantor
919ddb8eaa
minor
2019-08-09 13:47:34 +03:00
Ilya Kantor
7ba2f4f965
minor
2019-08-08 22:35:53 +03:00
Ilya Kantor
8a3e1fdb07
minor
2019-08-08 21:28:12 +03:00
Ilya Kantor
7e32cf295f
minor
2019-08-08 21:22:08 +03:00
Ilya Kantor
db9d685798
cleanup
2019-07-29 14:16:28 +03:00
Ilya Kantor
3ba28aa104
images to svg
2019-07-28 15:42:37 +03:00