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
juhyun
cd7dcd6478
Update article.md
...
How about adding semicolon like this?
Yes, omitting the semicolon does not cause a problem. But in this
case, adding the semicolon is more consistent and obvious.
2018-12-05 23:03:18 +09:00
caspringer
337c6deb7a
Fix comma usage
2018-12-05 08:49:44 -05:00
caspringer
42f0985b28
Fix comma usage
2018-12-05 08:47:29 -05:00
Ilya Kantor
911804892b
Merge pull request #638 from dagolinuxoid/addTests
...
add test for getMaxSubSum
2018-12-05 12:40:58 +03:00
Ilya Kantor
2687001ee5
improvements
2018-12-02 09:47:08 +03:00
dagolinuxoid
7dc3cdac4a
add test for getMaxSubSum
2018-11-26 17:04:28 +03:00
Ilya Kantor
b79f8d7960
more clarifications, fixes #620
2018-11-26 11:45:18 +03:00
Ilya Kantor
2602434c6a
Update article.md
2018-11-26 11:31:43 +03:00
Ilya Kantor
fb3264a8cd
Merge pull request #619 from gratiaa/patch-7
...
[PR] Update article.md
2018-11-18 23:37:54 +03:00
Prasanna Shandilya
65bd64307b
Update article.md
...
str.lastIndexOf syntax incorrect
2018-11-15 20:15:37 +05:30
Young Bae
540ca28b3e
Update article.md
2018-11-12 17:05:48 +09:00
Young Bae
fdcda8b753
Update article.md
2018-11-07 15:32:36 +09:00
Ilya Kantor
81c0c03f10
Merge pull request #567 from christianreed/patch-2
...
"Can" instead of "Can't"
2018-11-03 19:29:06 +03:00
Ilya Kantor
0efe3846d6
Merge pull request #566 from khaister/patch-1
...
Update article.md
2018-11-03 19:28:53 +03:00
Pedro Fernando
f62cd554f5
Fix method name and other minor changes
2018-10-31 11:51:02 +01:00
Christian Reed
afe292b153
"Can" instead of "Can't"
...
I think that's what the author meant.
2018-10-23 13:05:47 -07:00
Khai Nguyen
547aead304
Update article.md
2018-10-22 16:21:43 -07:00
daGo
6a718598f3
a tiny correction
...
I guess 'find return' looks a bit awkward, maybe you wanted to write 'find and return' but dropped 'and'. Just 'return' seems fine.
PS. I don't believe that I didn't solve the simple task yet. Few years ago I was able to handle much more complex stuff ... feelsWierdAndBadMan.
2018-10-17 20:14:31 +03:00
Nic Capdevila
c131f05b8b
Update article.md
2018-10-09 21:40:58 -03:00
Ilya Kantor
d0fcf522da
sketch downgrade to 50 for good arrows, closes #494
2018-10-09 12:00:34 +03:00