Commit graph

476 commits

Author SHA1 Message Date
Ilya Kantor
b589f38b4d
Merge pull request #2210 from leviding/patch-27
FIX: delete extra space
2020-11-09 13:27:59 +03:00
Ilya Kantor
ca17a69ad9
Merge pull request #2231 from Dewke/dewke-minor-fix
Minor clarification on WeakMap and WeakSet
2020-10-29 19:50:30 +03:00
mikemitchell574
7aa2867cb1
Include "object" in MDN link 2020-10-28 06:59:54 -04:00
Dawid Kopys
567d911f63 Minor clarification on WeakMap and WeakSet 2020-10-24 13:31:46 +02:00
LeviDing
de8cf9fe5c
FIX: delete extra space 2020-10-17 14:49:29 +08:00
Dorell James
040efef646
Update task.md
Updated based on suggestion on issue #1769
2020-10-13 00:36:26 +08:00
Ilya Kantor
0599d07b3c
Merge pull request #2177 from vsemozhetbyt/patch-3
Make code example more realistic and safe
2020-10-11 17:23:27 +03:00
Ilya Kantor
b6f3f5cbc5
Merge pull request #2175 from vsemozhetbyt/patch-2
Fix typos in 1.5.3
2020-10-11 17:22:48 +03:00
Ilya Kantor
1a4849ac4c
Merge pull request #2178 from vsemozhetbyt/patch-4
Correct outdated info
2020-10-11 17:21:09 +03:00
Ilya Kantor
60ec589222
Merge pull request #2179 from vsemozhetbyt/patch-5
Fix some possible typos and omissions in 1.5.5
2020-10-11 17:20:11 +03:00
Ilya Kantor
80efcda2cb
Merge pull request #2180 from vsemozhetbyt/patch-6
Add a note on some()/every() short circuit
2020-10-11 17:19:16 +03:00
Ilya Kantor
37f67e6e7b
Merge pull request #2181 from vsemozhetbyt/patch-7
Mention arr.flat()/arr.flatMap() in 1.5.5
2020-10-11 17:18:50 +03:00
Ilya Kantor
3ba22f75a7
Merge pull request #2184 from vsemozhetbyt/patch-8
Fix a typo in a 1.5.5 task solution
2020-10-11 17:17:25 +03:00
Ilya Kantor
8e613bc62c
Merge pull request #2185 from vsemozhetbyt/patch-9
Make a solution of 1.5.5 task more correct
2020-10-11 17:17:16 +03:00
Vse Mozhe Buty
3188466967
Make a solution of 1.5.5 task more correct
Proposed solution is in sync with some previous sort function examples. It also makes sorting stable (does not skip `0` result).
2020-10-10 21:22:06 +03:00
Vse Mozhe Buty
4ee44dc002
Fix a typo in a 1.5.5 task solution 2020-10-10 21:11:53 +03:00
Vse Mozhe Buty
7b70f79592
Mention arr.flat()/arr.flatMap() in 1.5.5 2020-10-10 00:17:09 +03:00
Vse Mozhe Buty
dea1a2d375
Add a note on some()/every() short circuit 2020-10-10 00:05:41 +03:00
Vse Mozhe Buty
858ad69e92
Fix some possible typos and omissions in 1.5.5 2020-10-09 23:46:13 +03:00
Vse Mozhe Buty
54c8247210 Fix link in 1.5.3
The page of the current link has not this anchor anymore.
2020-10-09 18:48:02 +03:00
Vse Mozhe Buty
b2b83b7472
Correct outdated info
As of the last versions of V8 (i.e. Chrome and Node.js), the current info seems outdated.

See also https://v8.dev/blog/array-sort
2020-10-09 17:47:25 +03:00
Vse Mozhe Buty
f880f1fb63
Make code example more realistic and safe
1. Without a real sorting part, the data output is not the same as with real sort (as the array is not really sorted when the callback returns `undefined`).
2. Current example may somehow encourage a reader to write sorting callbacks with undetermined behavior.
2020-10-09 17:42:08 +03:00
Vse Mozhe Buty
176e5f839f
Fix typos in 1.5.3 2020-10-08 17:59:04 +03:00
Ilya Kantor
a6017db26f minor fixes 2020-09-24 23:01:57 +03:00
Ilya Kantor
ea673f4f2f minor fixes 2020-09-24 23:01:34 +03:00
Ilya Kantor
2f6e4a27e2 minor fixes 2020-09-24 23:01:15 +03:00
Ilya Kantor
d92cb4743f minor fixes 2020-09-24 23:01:09 +03:00
Ilya Kantor
2d63151779 minor fixes 2020-09-24 23:00:02 +03:00
Ilya Kantor
e4c928ba2d minor fixes 2020-09-24 22:59:06 +03:00
Ilya Kantor
e76cf3a3c2 closes #2136 #2150 2020-09-24 22:51:36 +03:00
Ilya Kantor
b18b5ba761 minor fixes 2020-09-24 17:07:39 +03:00
Ruslan Aleev
6d9b4437a4
Changed "position" to "index" for slice() method 2020-09-24 12:38:24 +03:00
Ilya Kantor
894e1b5a7e minor fixes 2020-09-23 12:22:06 +03:00
Ilya Kantor
a9c170a3ad minor fixes 2020-09-05 18:13:23 +03:00
Ilya Kantor
ffa154d1ca
Merge pull request #2023 from haond10adp/master
typo
2020-09-05 18:07:11 +03:00
joaquinelio
bcf49d1607
internal link format info:
plis check my syntax , I can't test
2020-08-31 03:56:09 -03:00
Ilya Kantor
ba6ae24c61
Merge pull request #2058 from arcticmatt/array-patch
5.4 - change 7 basic types to eight basic types
2020-08-27 23:35:29 +03:00
Ilya Kantor
f983992700
Merge pull request #2077 from sanghyo95/patch-1
add semicolon
2020-08-27 16:47:38 +03:00
sanghyo95
3b71f769a7
add semicolon
add semicolon 13,20 line
2020-08-24 08:54:34 +09:00
Aastha Sinha
37287af523
Update solution.md 2020-08-24 02:14:52 +05:30
Aastha Sinha
243a1d3276
Update solution.md 2020-08-23 18:06:06 +05:30
AasthaSinha2305
44bc57ee91 Date object explained clearly 2020-08-23 18:01:21 +05:30
Matt Lim
a6c9f30cb8 5.4 - change 7 basic types to eight basic types 2020-08-10 23:02:31 -07:00
Nguyễn Đức Hào
85b1e7aa34
Update article.md 2020-07-23 11:59:32 +07:00
Ilya Kantor
445bda3980 minor fixes 2020-07-05 15:52:10 +03:00
Rizky
15d638e8d9
Fix typo
followed -> followed by
2020-06-20 03:34:45 +00:00
Gabriele Coletta
65eefe0187 fixed wrong formatting 2020-06-02 11:57:57 +02:00
Logan-Schelly
333cb9defc
Fixed minor typos
The empty users array was undeclared in the second test, and the object in the first test was missing a comma in its declaration.
2020-05-21 14:12:51 -06:00
Logan-Schelly
77cb06d6ac
Fixed a comment, to reflect changes in the task.
The task has a test with a missing comma.  That same comma is missing in the comment, so I'm putting it here as well.
2020-05-21 14:10:21 -06:00
Ilya Kantor
14eb62cd5f minor fixes 2020-05-18 17:21:29 +03:00