Commit graph

205 commits

Author SHA1 Message Date
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
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
Ilya Kantor
6f8bd3c0de closes #499 2018-10-07 21:19:44 +03:00
Ilya Kantor
e19f368ed5 closes #502 2018-10-07 21:18:10 +03:00
Ilya Kantor
aa43deef3b closes #516 2018-10-07 20:19:48 +03:00
Ilya Kantor
23525320e2
Merge pull request #503 from goodforenergy/patch-1
Small grammatical corrections
2018-09-30 23:43:04 +03:00
Helen Durrant
537a96a596
Small grammatical corrections 2018-09-08 21:40:11 +02:00
Jessiesttt
ad77816bb2
Fix 2 typos 2018-09-07 11:53:32 +08:00
Yao Yu
d2329c197c fixing broken link on array-methods page
fixing broken link on array-methods page
2018-08-28 00:23:00 -04:00
Ilya Kantor
99d9c3ea6e
Merge pull request #472 from benhjames/gender-neutral-pronouns
Use gender neutral pronouns
2018-08-04 15:40:36 +03:00
Aniket Kudale
8c714da1a5
Corrected minor grammar issue
Corrected minor grammar issue
2018-08-03 23:58:23 +05:30
Ben James
e4a4426ff1 Use gender neutral pronouns 2018-08-02 15:15:35 +01:00
Ilya Kantor
8d69ef158f closes #441 2018-07-19 23:39:01 +03:00
Ilya Kantor
53ad73a78f rename non-unique slug 2018-06-29 14:59:42 +03:00
Ilya Kantor
434d8cacf6
Merge pull request #428 from bennettmsherman/patch-1
Update room.number to correspond to other usages
2018-06-07 16:57:18 +03:00
Ilya Kantor
6d8d8ef992
Merge pull request #422 from carbonid1/master
Corrected a few mistakes in English.
2018-06-07 08:54:19 +03:00
Ilya Kantor
68795098a3
Update test.js 2018-06-05 19:45:17 +03:00
Ben Sherman
af3a177011
Update room.number to correspond to other usages 2018-04-24 15:14:08 -07:00
Сoriander
6c800d71ca
Corrected a few mistakes in English.
As far as I know, the first letter in the word "European"/days of the week should be capitalized.
2018-04-06 19:15:00 +03:00
Iveren Favour Shaguy
f2f34a8fd6
Change tomateos to tomatoes on line 141 2018-03-19 13:40:59 +01:00
Ilya Kantor
9365275467 fixes 2018-03-03 10:34:46 +03:00