Peter Roche
7dd438a25c
Update article.md
...
"We can get loop over values by `for..of`:" -> "We can loop over values using `for..of`"
2020-02-03 23:33:41 -07:00
Peter Roche
a193448b31
Update article.md
...
"can use" -> "we can use".
2020-02-03 18:13:12 -07:00
Peter Roche
b28e9d9a0d
Merge pull request #1736 from javascript-tutorial/paroche-patch-14
...
Update article.md
2020-02-03 18:07:35 -07:00
Peter Roche
630b95e057
Update article.md
...
A few syntactic and punctuation changes to 'The “try…catch” syntax' section.
2020-02-03 18:02:55 -07:00
Peter Roche
b30915ae4e
Merge pull request #1735 from javascript-tutorial/paroche-patch-13
...
Update article.md
2020-02-02 22:49:55 -07:00
Peter Roche
4b124fb7df
Update article.md
...
"allows to use" -> "allows us to use"
"to use with await" -> "to use it with await"
2020-02-02 22:47:11 -07:00
Alexey Pyltsyn
d10b50ae7f
Merge pull request #1732 from Violet-Bora-Lee/master
...
minor fixes
2020-02-02 05:42:42 +03:00
Violet Bora Lee
6f7ec12358
minor fixes
2020-02-02 03:25:04 +09:00
Ilya Kantor
a035351fcf
Merge pull request #1728 from hongsidev/master
...
Fix typo in 11-coordinates/article.md
2020-01-30 13:25:58 +00:00
Alexey Pyltsyn
05b0360d76
Merge pull request #1726 from sohailashraf003/patch-1
...
Fixing a typo
2020-01-30 07:26:26 +03:00
Daniel Hong
fbf76fe3b8
Fix typo in 11-coordinates/article.md
...
A minor typo issue : polywill -> polyfill
2020-01-30 02:12:32 +09:00
Peter Roche
58205b3dfd
Update article.md
...
"continues to closest" -> "continues to next closest". Consistent w/ usage in rest of explanation.
2020-01-29 00:07:49 -07:00
Peter Roche
c8b717e936
Update article.md
...
Change "occasional" to "accidental". I think that's what you mean, and the words are not synonymous in English.
2020-01-28 23:59:24 -07:00
Sohail Ashraf
6dbd3060e1
Fixing a typo
...
Check if `pattern:Y` is immediately after `pattern:X` and then the regex will check if Z is immediately after Y, Like this it's more understandable.
2020-01-29 13:38:00 +08:00
Ilya Kantor
bd6052f591
Merge pull request #1715 from baooab/patch-4
...
fix typo
2020-01-28 19:15:26 +01:00
Ilya Kantor
a9f1dde7cb
Merge pull request #1723 from Violet-Bora-Lee/master
...
minor fixes
2020-01-28 19:14:07 +01:00
Violet Bora Lee
e85e48f8d0
minor fixes
2020-01-27 15:24:23 +09:00
Ilya Kantor
ff042a0319
Merge pull request #1717 from zeel/typo/bug-object-fix
...
fix: spell correction to existence
2020-01-24 14:35:40 +01:00
Peter Roche
cae000f4ee
Update article.md
...
Small punctuation change.
Separately, I didn't change anything on this today, but note that line 34 above:
"So to summarize: the executor runs automatically and attempts to perform a job. When it is finished with the attempt it calls `resolve` if it was successful or `reject` if there was an error."
was, before it was changed recently, pretty much the same as line 82 above:
"To summarize, the executor should perform a job (usually something that takes time) and then call `resolve` or `reject` to change the state of the corresponding promise object."
So maybe some revision there is in order -- to not have both, or to change one or both. Not familiar enough with the article at this point to make the revision.
2020-01-22 23:08:01 -07:00
Peter Roche
f186b7c86f
Update article.md
...
Removed extraneous quote mark I had accidentally inserted.
2020-01-21 23:20:32 -07:00
Peter Roche
5ea9b55670
Update article.md
...
As threatened, change line 34, "to summarize: ..."
Also add "these" before "internal properties".
2020-01-21 23:15:18 -07:00
Zeel
4e4144b084
fix: spell correction to existence
2020-01-21 16:16:09 +05:30
zhangbao
3a071c9279
fix typo
2020-01-20 15:34:31 +08:00
Ilya Kantor
db3b3f8e7a
minor fixes
2020-01-19 22:32:38 +01:00
Ilya Kantor
7cd8f55be2
minor fixes
2020-01-19 22:30:09 +01:00
Ilya Kantor
6384ccba05
minor fixes
2020-01-19 20:32:27 +01:00
Ilya Kantor
b5ea34c83a
Merge pull request #1707 from imabp/master
...
Translated tasks to English Language.
2020-01-19 19:59:18 +01:00
Ilya Kantor
1e475bf1af
Merge pull request #1711 from tarasyyyk/master
...
Change panel names according to official documentation
2020-01-19 18:45:29 +01:00
Ilya Kantor
e9cdefad6c
Merge pull request #1713 from va-z/patch-4
...
article.md
2020-01-19 18:45:13 +01:00
Ilya Kantor
c92effe162
Merge pull request #1660 from jchue/patch-2
...
Make minor grammar corrections/updates to async/promise-basics
2020-01-19 16:26:45 +01:00
Ilya Kantor
b9bb854c73
Merge branch 'master' into patch-2
2020-01-19 16:26:35 +01:00
Peter Roche
492b6e18e7
Update article.md
...
Actually taking out a comma.
2020-01-18 21:41:11 -07:00
Peter Roche
fceb83e1ae
Merge pull request #1714 from javascript-tutorial/paroche-patch-12
...
Update article.md
2020-01-18 21:33:49 -07:00
Peter Roche
c6b6bc3c9c
Update article.md
...
A small grammar change and fixing a typo (I think) (no -> not).
2020-01-18 21:32:15 -07:00
Ilya Kantor
f3e4ebb44c
Merge pull request #1706 from dashaezhova/patch-1
...
Update 'Selection and Range' article.md
2020-01-18 15:26:09 +01:00
Ilya Kantor
b2d69c1bd3
Merge pull request #1704 from baooab/patch-3
...
Fix typo
2020-01-18 15:25:41 +01:00
Ilya Kantor
49ebe88838
Merge pull request #1665 from jchue/patch-7
...
Make minor grammar corrections/updates to async/microtask-queue
2020-01-18 15:20:13 +01:00
va-z
1e47d907f0
article.md
...
Typo fix.
2020-01-18 14:41:48 +05:00
tarasyyyk
6c00296f70
Change panel names according to official documentation
2020-01-16 22:12:39 +02:00
Ilya Kantor
4f756bbb09
Merge pull request #1708 from dpyzo0o/master
...
Fix typo
2020-01-16 18:32:02 +01:00
Ilya Kantor
01b3ce6665
minor fixes
2020-01-16 18:29:01 +01:00
Ilya Kantor
00d10515e5
Merge pull request #1710 from mdizo/master
...
Function return example update
2020-01-16 18:09:51 +01:00
Marco Dizo
e817e10688
Function return example update
2020-01-16 18:29:21 +08:00
dpyzo0o
92658d280d
Fix typo
2020-01-15 19:57:59 +08:00
Abir
1a22912bfd
Translated to English and updated.
2020-01-14 23:38:20 +05:30
Abir
8523ab7c23
Translated Solution from Russian to English
2020-01-14 23:34:28 +05:30
Abir
2bc3c29ef2
Translated line 10 content to English
2020-01-14 23:21:42 +05:30
Abir
5050e7227e
Translated tasks to English
2020-01-14 23:20:39 +05:30
Daria Pimenova
7f26b917a0
Update 'Selection and Range' article.md
2020-01-14 09:52:14 +04:00
zhangbao
4489949ed4
Fix typo
...
It was not mentioned earlier in the article that “A property can be either an accessor (has get/set methods) or a data property (has a value), not both”
So,we should not say "once again".
2020-01-09 18:16:25 +08:00