jianlin
e3a2051c0e
fix typo
2019-12-27 05:25:15 -08:00
Ilya Kantor
7002488bb5
Merge pull request #1663 from jchue/patch-5
...
Make minor grammar corrections/updates to async/promise-api
2019-12-27 16:11:50 +03:00
Ilya Kantor
94c6f0bbd3
Merge pull request #1662 from jchue/patch-4
...
Make minor grammar corrections/updates to async/promise-error-handling
2019-12-27 16:03:31 +03:00
Ilya Kantor
9236ab3737
Merge pull request #1690 from KennethKinLum/patch-4
...
fix run-on sentence
2019-12-27 16:03:06 +03:00
Ilya Kantor
994390265a
fixes #1669
2019-12-27 11:40:59 +03:00
Ilya Kantor
0716a85fab
Merge pull request #1688 from KennethKinLum/patch-1
...
fixes
2019-12-27 09:21:08 +03:00
Ilya Kantor
461ea30b8c
closes #1689
2019-12-27 09:20:09 +03:00
Kin Lum
3591df7b11
fix run-on sentence
2019-12-26 10:33:44 -08:00
Kin Lum
ac666dec00
fiexes
2019-12-26 09:11:11 -08:00
Ilya Kantor
b015213b7b
minor fixes
2019-12-26 15:52:33 +03:00
Ilya Kantor
e97e43717f
Merge pull request #1678 from sajadhsm/patch-1
...
Add "bigint" to primitive types
2019-12-26 15:32:50 +03:00
Ilya Kantor
2aa36c14ad
Merge pull request #1681 from leviding/patch-1
...
Update 1-js/03-code-quality/05-testing-mocha/pow-2.view/test.js
2019-12-26 15:32:36 +03:00
Ilya Kantor
bdcc7448d6
Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en
2019-12-26 15:19:43 +03:00
Ilya Kantor
964ed57c42
closure
2019-12-26 14:59:57 +03:00
LeviDing
182ac4b5ae
Update test.js
2019-12-20 10:21:21 +08:00
LeviDing
9e1ef650c5
Update test.js
2019-12-20 10:17:15 +08:00
Alexey Pyltsyn
fde0e1e53f
Merge pull request #1671 from Aissaoui-Ahmed/patch-1
...
Update article.md
2019-12-19 23:15:03 +03:00
Alexey Pyltsyn
213c6c62b6
Merge pull request #1679 from leviding/patch-1
...
fix: type error of 1-js/03-code-quality/05-testing-mocha/article.md
2019-12-19 23:12:59 +03:00
Alexey Pyltsyn
8b45448995
Merge pull request #1658 from LaievskyiSasha/master
...
Fix incorrect link address
2019-12-19 23:06:01 +03:00
Alexey Pyltsyn
e09a55ac69
Update article.md
2019-12-19 23:05:48 +03:00
LeviDing
75feb38bd1
Update article.md
2019-12-18 22:37:19 +08:00
LeviDing
d1100fc7e7
Update article.md
2019-12-18 22:27:28 +08:00
Sajad Hashemian
77af30d466
Add "bigint" to primitive types
2019-12-18 13:24:52 +03:30
Sasha
1516ce9acd
Added extra space
2019-12-12 18:44:56 +02:00
Aissaoui Ahmed
9c9e7ee3e9
Update article.md
...
fix typo intentially -> intentionally
2019-12-11 00:18:17 +01:00
Peter Roche
89bdf1d9ce
Update article.md
...
Remove comma, change spelling of "labeled".
While both "labelled" and "labeled" are correct, "labeled" is the preferred American spelling (though the British spelling "labelled" is more logical, given the general rules of English spelling, such as they are, since the "e" sound before the "l" is short, not long). Still, probably better with American spelling.
2019-12-08 22:50:03 -07:00
Peter Roche
8b68689d8b
Update article.md
...
"`123` millonth" -> "`123 millionths"
2019-12-08 22:35:48 -07:00
Jonathan Chue
bca0359578
Make minor grammar corrections/updates to async/async-await
2019-12-07 16:54:14 -08:00
Jonathan Chue
38f0468910
Make minor grammar corrections/updates to async/microtask-queue
2019-12-07 16:52:44 -08:00
Jonathan Chue
58398a6586
Make minor grammar corrections/updates to async/promisify
2019-12-07 16:51:01 -08:00
Jonathan Chue
a53fb38c49
Make minor grammar corrections/updates to async/promise-api
2019-12-07 16:49:18 -08:00
Jonathan Chue
375630bbd2
Make minor grammar corrections/updates to async/promise-error-handling
2019-12-07 16:46:14 -08:00
Jonathan Chue
07ae558025
Make minor grammar corrections/updates to async/promise-chaining
2019-12-07 16:43:10 -08:00
Jonathan Chue
4c650b54b7
Make minor grammar corrections/updates to async/promise-basics
2019-12-07 16:40:31 -08:00
Sasha
47e46895f2
Fix incorrect link address
2019-12-06 17:31:19 +02:00
Ilya Kantor
09da2a9cda
content fixes, #1646
2019-12-02 23:25:56 +03:00
Ilya Kantor
6cc9b624f9
Merge pull request #1647 from CyberMew/patch-8
...
Update article.md
2019-12-02 09:58:43 +03:00
Ilya Kantor
4dcc05d972
Merge pull request #1650 from javascript-tutorial/paroche-patch-7
...
Update article.md
2019-12-02 09:56:32 +03:00
CyberMew
a169464361
Update solution.md
2019-12-02 14:50:33 +08:00
Peter Roche
6837f4eb2e
Update article.md
...
Adding 'object' after 'Property descriptor' -- even though it is said not far above that the 'property descriptor' returned by `Object.getOwnPropertyDescriptor` is an object, I think it wouldn't hurt to discretely include that info here (though of course it's also implied by the usage in the examples). Especially if someone is quickly scanning the article looking for `Object.defineProperty` and didn't just read the part above.
2019-12-01 22:48:14 -07:00
CyberMew
e62b04a94b
Update article.md
2019-12-02 10:21:49 +08:00
CyberMew
0fd5806728
Update article.md
2019-12-02 10:19:08 +08:00
Ilya Kantor
47d186598a
Merge pull request #1603 from koala-lava/patch-2
...
Added clarification
2019-12-01 19:06:10 +03:00
Ilya Kantor
22888aeca1
minor fixes
2019-12-01 16:25:58 +03:00
koala-lava
0de5046a40
Update solution.md
2019-12-01 20:13:36 +07:00
Ilya Kantor
e1c9b21d1f
content improvements
2019-12-01 14:56:11 +03:00
Ilya Kantor
2189dc9a4c
minor fixes
2019-12-01 13:51:05 +03:00
Ilya Kantor
44964399e1
Merge pull request #1594 from koala-lava/master
...
consistent error output comments
2019-12-01 13:49:13 +03:00
Ilya Kantor
d3f2e8f207
Merge pull request #1643 from spaceinvadev/small-typo-in-comment
...
Fix small typo in comment
2019-12-01 12:44:35 +03:00
Ilya Kantor
a70c4306d7
bigint
2019-12-01 04:11:02 +03:00