Ilya Kantor
5c61bedbe9
Merge pull request #799 from CyberMew/patch-2
...
Update article.md
2019-02-13 13:10:38 +03:00
Ilya Kantor
05e1e2623e
Merge pull request #800 from CyberMew/patch-1
...
Update article.md
2019-02-13 13:10:15 +03:00
Ilya Kantor
de5d580913
Merge pull request #801 from CyberMew/patch-3
...
Update article.md
2019-02-13 13:09:48 +03:00
CyberMew
bddc40c467
Update solution.js
...
Change `let` to `const`.
2019-02-13 15:40:31 +08:00
CyberMew
e95e0ba5d0
Update article.md
2019-02-13 15:14:25 +08:00
CyberMew
7e71d1fcda
Update article.md
2019-02-13 10:18:36 +08:00
CyberMew
175e1594ea
Update article.md
2019-02-13 10:16:57 +08:00
Ilya Kantor
d11abcea88
Merge pull request #788 from varunthefalcon/patch-1
...
Misleading comments
2019-02-06 18:23:20 +03:00
Varun
6246ac2fc6
Misleading comments
...
comments in example codes are slightly misleading
2019-02-06 15:35:54 +05:30
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
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
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
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
11un
89cdf0adeb
typo "brackets" to "parentheses"
2019-01-28 16:41:57 -08: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
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
Mau Di Bert
30d62b78ca
solution outside the tutorial
2019-01-24 08:17:14 -03: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
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
Mau Di Bert
3ea1e9e20b
typo
2019-01-21 10:05:14 -03:00
hjcasayas
dcc911e4c0
-1 is returned by findIndex() method when nothing is found.
2019-01-17 23:30:39 +08:00
hjcasayas
0c8da42eb5
-1 is returned by findIndex() method when nothing is found.
2019-01-17 23:00:56 +08:00
Ilya Kantor
371060c7ee
Merge pull request #702 from mrmowji/patch-2
...
Typo correction
2018-12-28 00:26:10 +03:00
Ilya Kantor
87bb90830e
Merge pull request #703 from mrmowji/patch-3
...
Minor improvements
2018-12-28 00:25:57 +03:00
Ilya Kantor
f08e89d83e
Merge pull request #706 from dagolinuxoid/patch-2
...
Delete redundant Array.from() call
2018-12-28 00:24:26 +03:00
daGo
84df0e6f5e
Delete redundant Array.from() call
...
Since Object.values(obj) returns an array it's an overkill to make additional Array.from() call on it.
2018-12-27 23:09:30 +03:00
Mojtaba Javan
2cff9517be
Naming improvement
2018-12-27 07:04:00 +03:30
Mojtaba Javan
dde3c1a00b
Added for
and for..of
...
... as ways to iterate over arrays
2018-12-27 06:34:52 +03:30
Mojtaba Javan
d9ee6e3c23
Reordering sections
...
`forEach` is mentioned as known in **reduce/reduceRight** which is a subsection of **Transform an array**, and this section is above **Iterate: forEach** where we first learn about `forEach`.
2018-12-27 06:29:22 +03:30
Mojtaba Javan
4e5aef8b1b
Naming improvement
...
`str` is used in the example too.
2018-12-27 06:20:25 +03:30
Mojtaba Javan
b688652d34
Sentence improvement
2018-12-27 05:46:29 +03:30
Mojtaba Javan
0d9eea6fa1
Sentence improvement
2018-12-27 05:22:33 +03:30
Mojtaba Javan
20ee100c20
Typo correction
...
"seroius" to "serious"
2018-12-27 04:53:34 +03:30
Jesse Bonzo
8b9fd5453b
Update date parse example
2018-12-26 09:47:26 -08:00
Mojtaba Javan
2cd0dea867
Typo correction
...
"stirng" to "string"
2018-12-26 07:58:21 +03:30
Ilya Kantor
630926dd2e
Merge pull request #666 from l3satwik/string-val
...
Object.keys() returns array of string.
2018-12-15 19:08:16 +03:00
Ilya Kantor
553cd0e547
Merge pull request #676 from maurodibert/patch-7
...
Update solution.md
2018-12-15 19:04:08 +03:00
Ilya Kantor
7a23ea1052
Update solution.md
2018-12-15 18:59:38 +03:00
Mau Di Bert
6a786dfe93
Update solution.md
2018-12-12 11:13:22 -03:00
Satwik Gupta
d0d795ecc2
array of string
2018-12-10 17:10:37 +05:30
Ilya Kantor
de3454176b
Merge pull request #646 from caspringer/patch-4
...
Fix comma usage
2018-12-06 20:12:28 +03:00
Ilya Kantor
983042fed3
Merge pull request #648 from ju-hyun-park/master
...
Update article.md
2018-12-06 20:11:58 +03:00