Ilya Kantor
d84673a6ec
closes #1810
2020-04-03 02:06:31 +03:00
Ilya Kantor
6f45ce77c9
Merge pull request #1809 from leviding/patch-4
...
Add bigint to 1-js/02-first-steps/17-javascript-specials/article.md
2020-04-03 01:50:47 +03:00
Ilya Kantor
5049c0b7d5
Merge pull request #1830 from wonderingabout/add-js-formatting
...
fix missing js formatting
2020-04-03 01:50:27 +03:00
Ilya Kantor
cd2d450b7b
Merge pull request #1834 from Aakodal/patch-1
...
Fixing "sum(1)" instead of "curriedSum(1)" (l. 42)
2020-04-03 01:50:10 +03:00
Ahmed Magdy Seleem
6b5a524991
fix an anchor link error
...
Object.assign() is referring to wrong article, which is Sympol.
so I fix it to the right article "objects" with the right section #Cloning and merging, Object.assign
2020-04-02 01:52:15 +02:00
Peter Roche
2a6e87a6e9
Change 'brackets' to 'parentheses'
...
Again, in American English, and programming, "brackets" usually means "square brackets". "Parentheses" is unambiguous.
2020-03-30 18:25:04 -06:00
Peter Roche
46b3bf6b5a
Change 'brackets' to 'parentheses'
...
I think this is the way it is typically used here and elsewhere. reserving "brackets" without a qualifier for indicating square brackets., so probably no explanation is necessary.
But, for those who want to know more:
It does seem to be the case that in British English "brackets" typically means "round brackets", which are parentheses, but in American English "brackets" typically means square brackets ("[]").
Admittedly, "brackets" is easier to spell. And to pronounce. Even to type, once you get used to it.
2020-03-30 18:17:55 -06:00
Aakodal
eb546f0e3a
Fixing "sum(1)" instead of "curriedSum(1)" (l. 42)
...
"sum(1)" doesn't return a wrapper, "curriedSum(1)" does.
2020-03-30 10:34:07 +00:00
Peter Roche
62299ed853
do the same => do the same thing
2020-03-29 16:26:02 -06:00
Ilya Kantor
42eadf9f56
Merge pull request #1814 from michael-mcgee/closure-article-edit
...
Edit sentance syntax in closure article
2020-03-29 10:00:09 +03:00
wonderingabout
aad6f5e341
fix missing js formatting
2020-03-29 08:42:52 +02:00
Peter Roche
c038ef4669
Merge pull request #1823 from wonderingabout/trick-deep-copy-spread
...
Trick get a new copy of object/array using spread operator
2020-03-29 00:19:45 -06:00
wonderingabout
f4cb058d7f
trick get a new copy of objects/arrays using the spread operator
2020-03-29 08:05:46 +02:00
Alexey Pyltsyn
ac5fd8cd6b
Merge pull request #1820 from KennethKinLum/patch-12
...
formatting
2020-03-29 06:00:33 +03:00
Alexey Pyltsyn
c1c5c730d6
Merge pull request #1748 from GeorgySerga/patch-6
...
Fix translation
2020-03-29 05:58:02 +03:00
Alexey Pyltsyn
20351cb7c1
Merge pull request #1822 from leviding/patch-9
...
Fix minor type error
2020-03-29 05:57:34 +03:00
Alexey Pyltsyn
c41b8bd8d2
Update article.md
2020-03-29 05:57:23 +03:00
wonderingabout
0903209ce3
fix typo
2020-03-27 07:56:26 +01:00
LeviDing
304ae1cd03
Update article.md
2020-03-26 12:35:51 +08:00
Kenneth Lum
ab1b6dee33
formatting
2020-03-25 04:03:36 -07:00
Michael McGee
9900be90a7
Edit sentance syntax in closure article
2020-03-24 18:04:26 +10:30
Ilya Kantor
162280b6d2
minor fixes
2020-03-24 05:49:21 +03:00
Ilya Kantor
6700835b1f
closes #1808
2020-03-23 14:29:01 +03:00
LeviDing
460e7a852b
Update article.md
2020-03-23 11:53:28 +08:00
Ilya Kantor
6ec3f34e2b
closes #1794
2020-03-22 11:06:42 +03:00
Ilya Kantor
d2ac997f1c
Merge pull request #1798 from leviding/patch-4
...
Update solution of 1-js/02-first-steps/01-hello-world/1-hello-alert
2020-03-21 21:14:48 +03:00
Ilya Kantor
40847464c1
Merge pull request #1799 from leviding/patch-5
...
Fix error in 1-js/11-async/05-promise-api/article.md
2020-03-21 21:14:32 +03:00
Ilya Kantor
cec58f4278
Merge pull request #1802 from Etheraex/master
...
Minor statement change
2020-03-21 21:13:46 +03:00
Ilya Kantor
4357ba972b
fixes #1794
2020-03-21 20:36:02 +03:00
Ilya Kantor
3c2b027527
Merge pull request #1795 from zhang1pr/master
...
Fix typos
2020-03-21 10:57:51 +03:00
Ilya Kantor
d19401e4bf
Merge pull request #1792 from aniketkudale/master
...
Corrected Grammar
2020-03-21 10:57:02 +03:00
Ilya Kantor
81e728c49f
Merge pull request #1789 from zeel/patch-1
...
fix: removed , from solution.md and task.md for date data types
2020-03-21 09:15:27 +03:00
Ilya Kantor
cf851b0087
Merge pull request #1780 from alexgalkin/master
...
Comments section: Remove useless spaces
2020-03-21 09:14:41 +03:00
Ilya Kantor
4939a18f24
Merge pull request #1779 from leviding/patch-3
...
func.apply(context, args); // is same as using apply => Is a type error?
2020-03-21 09:14:27 +03:00
Ilya Kantor
d9d2127a3f
Merge pull request #1774 from duongdominhchau/patch-1
...
Add commas after non-terminal properties
2020-03-21 09:13:36 +03:00
Ilya Kantor
58d4329bb5
Merge pull request #1771 from detinsley1s/patch-1
...
Fix typo
2020-03-21 09:13:19 +03:00
Ilya Kantor
fe5d6d9570
Merge pull request #1765 from u-n-known/patch-3
...
Copy and paste mistake
2020-03-21 09:12:53 +03:00
Ilya Kantor
94b9c9d776
minor fixes
2020-03-21 09:11:53 +03:00
Etheraex
b93cf9d4fe
Minor statement change
2020-03-14 20:59:49 +01:00
Violet Bora Lee
958cbe72b8
minor fixes
...
- fix erratas
- fix wrong error message
- add 'run' on runnable example
- add explanation about window.onload property corresponding load event
- add comment about window.onstorage property corresponding storage event
2020-03-14 07:27:49 +09:00
LeviDing
07bd7249fe
Update article.md
2020-03-13 16:02:22 +08:00
LeviDing
44e88b872c
Update solution.md
2020-03-12 11:32:52 +08:00
LeviDing
8a13b9b5d6
Create index.html
2020-03-12 11:26:42 +08:00
Chao Zhang
6ee0d97997
Fix a typo
2020-03-10 20:31:45 -04:00
Chao Zhang
3b48deeffa
Fix a typo
2020-03-10 20:17:35 -04:00
Aniket Kudale
76bf5ec8a9
Corrected Grammar
2020-03-09 23:22:36 +05:30
Zeel
8ae11cb2ed
fix: removed , from task.md date data types
2020-03-07 12:21:57 +05:30
Zeel
131c96e669
fix: removed , from solution.md date data types
2020-03-07 12:21:19 +05:30
Ilya Kantor
fcfef6a078
Merge pull request #1782 from zeel/patch-1
...
corrected order for subtraction
2020-03-01 12:58:49 +00:00
Bora Lee (Violet)
cf6821e0a4
minor fixes
2020-03-01 21:27:35 +09:00