Commit graph

2834 commits

Author SHA1 Message Date
Ilya Kantor
458493781f minor fixes 2020-05-06 20:57:42 +03:00
Ilya Kantor
844b96a821 fix debounce 2020-05-06 20:35:58 +03:00
Ilya Kantor
80f2becc95 fix debounce 2020-05-06 20:29:17 +03:00
Ilya Kantor
cd5a7e451f fix debounce 2020-05-06 20:27:34 +03:00
Violet Bora Lee
b782700818 minor fixes 2020-05-06 17:10:53 +09:00
Peter Roche
2289134483
Merge pull request #1884 from matjax/master
small phrase change
2020-05-05 16:04:56 -06:00
Violet Bora Lee
b4910970c2 minor fixes 2020-05-05 22:27:01 +09:00
Matt Jackson
fd45b7fdc5 apostrophe 2020-05-05 11:46:52 +01:00
Matt Jackson
ea397041e0 small phrase change 1.1 2020-05-05 11:42:11 +01:00
Matt Jackson
a5f6a988bc small phrase change 2020-05-04 14:45:28 +01:00
Ilya Kantor
c2ce2d4cbd minor fixes 2020-05-04 10:49:39 +03:00
Ilya Kantor
b057341f6c refactor objects, add optional chaining 2020-05-03 16:56:24 +03:00
Peter Roche
09a964e969
'somewhy' -> 'for some reason it'
I had to look this up, not recalling having heard "somewhy" before. It's clear what it means, but is not a word in American English (though apparently it is used in British English, at least sometimes). Maybe should be a word, but somewhy it isn't.
2020-05-02 16:23:56 -06:00
Ilya Kantor
e111aa1e90 minor improvements 2020-05-03 00:59:05 +03:00
Divesh Soni
0835b11dd2
Update article.md
Repeated word in the description of alert
2020-05-02 23:11:29 +05:30
Ilya Kantor
8a13c992d6 Add nullish coalescing to multiple articles, refactor operators, renumber the chapter 2020-05-02 17:37:12 +03:00
RyanAmeri
5a6be36ee8
Updated to show Edge now supports BigInt 2020-05-02 07:29:23 +10:00
LeviDing
9c2cb1bf02
Fix minor typo error 2020-05-01 11:39:53 +08:00
Ilya Kantor
175aefa0b8 minor fixes 2020-04-30 10:23:50 +03:00
Ilya Kantor
3a3086b0e0 minor fixes 2020-04-29 15:55:45 +03:00
wonderingabout
da161590f4 trick: use array destructuring to swap variables
source: https://www.typescriptlang.org/docs/handbook/variable-declarations.html#array-destructuring
2020-04-29 13:29:15 +02:00
Janina
ec9ae12900
add break to number case 2020-04-28 18:06:12 -07:00
Peter Roche
d65141d44b
That's a getter/setter for it -> It's a getter/setter for it 2020-04-22 17:34:59 -06:00
Peter Roche
71120d5968
Various small wording and punctuation changes 2020-04-11 23:17:53 -06:00
Peter Roche
2a01424797
chapter -> article (3x) 2020-04-09 23:27:23 -06:00
Ilya Kantor
c89ddc5d92
Merge pull request #1751 from u-n-known/patch-1
Either quotation marks or italicization
2020-04-05 18:34:55 +03:00
Ilya Kantor
23ffde7806 minor fixes 2020-04-04 15:15:09 +03:00
Ilya Kantor
2acd2584d7 minor fixes 2020-04-04 15:12:23 +03:00
Ilya Kantor
5a9b8a4cc5 up 2020-04-04 15:08:47 +03:00
Ilya Kantor
09404a069e
Merge pull request #1840 from Ahmed-Magdy-S/patch-2
fix minor typo
2020-04-03 18:53:43 +03:00
Sambalim
0287fbd362 Change switch Grouping of "case" example
Change switch Grouping of "case" example
2020-04-03 08:40:17 +09:00
Ahmed Magdy Seleem
81a63cfdb7
fix minor typo
"synctax" to "syntax"
2020-04-03 01:35:49 +02:00
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