Commit graph

2167 commits

Author SHA1 Message Date
Ilya Kantor
cc065a864d
Merge pull request #782 from AxonDragonScale/patch-1
"In practice we meet it very often." is wrong.
2019-02-06 18:21:29 +03:00
Ronak Harkhani
46c88b4df7
"In practice we meet it very often." is wrong.
Changed to "In practice we need it very often."
or "In practice we use it very often" would also work.
2019-02-03 20:26:05 +05:30
Ilya Kantor
3a6d70bd34
Merge pull request #781 from 11un/patch-12
change "brackets" to "parentheses"
2019-02-02 15:25:00 +03:00
11un
161eec699e change "brackets" to "parentheses" 2019-02-01 16:19:04 -08:00
Ilya Kantor
c4ecba5f64
Merge pull request #772 from 11un/patch-9-fix-indent
add sum-salaries solution with fixed indentation
2019-02-01 22:33:51 +03:00
Ilya Kantor
c99d828ff7
Merge pull request #771 from totize/patch-3
Update task.md
2019-02-01 22:32:47 +03:00
Ilya Kantor
1c4fb87ae0 Revert "Merge pull request #775 from maurodibert/patch-24"
This reverts commit 0510f30f31, reversing
changes made to 55220cccf0.
2019-02-01 22:31:28 +03:00
Ilya Kantor
0510f30f31
Merge pull request #775 from maurodibert/patch-24
Ordering solution
2019-02-01 22:30:00 +03:00
Ilya Kantor
55220cccf0 fix 2019-02-01 22:29:25 +03:00
Ilya Kantor
6a3ca84f3e
Merge pull request #779 from ope-oguntoye/patch-1
Update article.md
2019-02-01 22:23:12 +03:00
Ilya Kantor
e458055bf8
Merge pull request #780 from 11un/patch-11
change wording: "brackets" to "parentheses"
2019-02-01 22:22:49 +03:00
Ilya Kantor
758c3d65ce
Merge pull request #770 from dagolinuxoid/patch-2
typo its->it's
2019-02-01 22:22:36 +03:00
11un
07550ef0ee change wording: "brackets" to "parentheses" 2019-02-01 10:56:25 -08:00
Oguntoye Opeyemi
c7753486e3
Update article.md
Explicitly describe how async functions treat non-promise return values
2019-01-31 18:30:15 +01:00
Mau Di Bert
7a14b004cf
Ordering solution 2019-01-31 06:39:14 -03:00
11un
a5425e7d8a add solution with fixed indentation 2019-01-29 13:22:00 -08:00
totize
88f2c5f59b
Update task.md
To keep that order coherent with the solution's.
2019-01-29 20:35:54 +01:00
daGo
058029ae9a
typo its->it's
The kind of typo all native speakers often make.
2019-01-29 11:04:39 +03:00
Ilya Kantor
38e1bb5c52
Merge pull request #767 from 11un/patch-10
typo "brackets" to "parentheses"
2019-01-29 09:46:54 +03:00
Ilya Kantor
2862f91426
Merge pull request #765 from simmayor/01-js-02-first-14-function
Fixed wording
2019-01-29 09:45:18 +03:00
11un
89cdf0adeb typo "brackets" to "parentheses" 2019-01-28 16:41:57 -08:00
simmayor
3db5a1ccdc Fixed wording 2019-01-28 05:09:51 -05:00
Ilya Kantor
e774c7c938
Merge pull request #756 from maurodibert/patch-22
solution out of the tutorial
2019-01-27 19:34:12 +03:00
Ilya Kantor
58b7d72120
Merge pull request #757 from GarciaPL/patch-1
Update article about WeakMap's delete function
2019-01-27 19:34:04 +03:00
Ilya Kantor
04fa38ab04
Merge pull request #758 from TomSssM/patch-1
Conspicuous non-English expression changed
2019-01-27 19:33:51 +03:00
Ilya Kantor
5bb77e1f01
Merge pull request #760 from totize/patch-2
Update article.md
2019-01-27 19:33:17 +03:00
Ilya Kantor
4a200dac83
Merge pull request #761 from thisLinda/patch-1
update /13-switch/article.md
2019-01-27 19:33:05 +03:00
Ilya Kantor
f7fbe4f606
Merge pull request #762 from thisLinda/patch-2
Update /14-function-basics/article.md
2019-01-27 19:32:53 +03:00
Linda Zanchi
fce9639096
Update /14-function-basics/article.md
Type line 131, sentence 2; corrected. FYI same line makes no sense in English, I cannot offer an edit for meaning intended.
2019-01-27 10:40:51 -05:00
Linda Zanchi
801fa33d2d
update /13-switch/article.md
add ; at end of line 151
2019-01-27 10:28:29 -05:00
totize
0eede58712
Update article.md 2019-01-27 16:06:20 +01:00
TomSssM
704f81763f
fix: replace a non-native expression 2019-01-26 21:17:45 +03:00
Lukasz Ciesluk
f725537743
Update article about WeakMap's delete function
It seems that it's small typo in delete function of WeakMap as according to specification delete function takes only one parameter - key
2019-01-25 09:00:04 +00:00
Mau Di Bert
9d4f6ed12f
solution out of the tutorial 2019-01-24 08:39:08 -03:00
Ilya Kantor
028b80cf9d
Merge pull request #750 from maurodibert/patch-20
typo
2019-01-24 14:21:17 +03:00
Ilya Kantor
eb3f7f458b
Merge pull request #752 from richardzhang2/patch-1
Fix typo loose to lose
2019-01-24 14:21:07 +03:00
Ilya Kantor
308179f811
Merge pull request #755 from maurodibert/patch-22
solution outside the tutorial
2019-01-24 14:20:27 +03:00
Mau Di Bert
30d62b78ca
solution outside the tutorial 2019-01-24 08:17:14 -03:00
Richard Zhang
b7f40bd2e8
Fix typo loose to lose 2019-01-23 11:42:39 -05:00
Mau Di Bert
6d12e3583b
typo 2019-01-23 11:19:26 -03:00
Ilya Kantor
8c1782b50c
Merge pull request #748 from 11un/patch-7
typo "Reggie" to "Reggae"
2019-01-21 22:15:20 +03:00
Ilya Kantor
1714051f9a
Merge pull request #747 from 11un/patch-6
typo / language edit
2019-01-21 22:15:13 +03:00
11un
009f87a4d5 typo "Reggie" to "Reggae" 2019-01-21 11:01:50 -08:00
11un
4c18a452cd typo / language edit 2019-01-21 09:59:50 -08:00
Ilya Kantor
24ead0161a
Merge pull request #745 from maurodibert/patch-19
typo
2019-01-21 20:40:38 +03:00
Ilya Kantor
d480df9e21
Merge pull request #744 from dagolinuxoid/patch-2
fix the variable declaration mistake
2019-01-21 20:40:18 +03:00
Ilya Kantor
de782bbc5b
Merge pull request #743 from maurodibert/patch-17
Update task.md
2019-01-21 20:39:36 +03:00
Ilya Kantor
1e2ad9d3a0
Merge pull request #742 from Violet-Bora-Lee/patch-2
insert missing colon
2019-01-21 20:38:37 +03:00
Ilya Kantor
4d7d22c108
Merge pull request #741 from hjcasayas/master
find() and findIndex()
2019-01-21 20:38:23 +03:00
Mau Di Bert
3ea1e9e20b
typo 2019-01-21 10:05:14 -03:00