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
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
sanghyo95
3b71f769a7
add semicolon
...
add semicolon 13,20 line
2020-08-24 08:54:34 +09: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
81def0275e
minor fixes
2020-02-18 23:46:24 +00:00
Ilya Kantor
fd4f7375b7
reduce improvement
2019-12-27 23:26:02 +03:00
Ilya Kantor
b015213b7b
minor fixes
2019-12-26 15:52:33 +03:00
Ilya Kantor
6165a9a727
split arrow functions
2019-11-06 14:05:43 +03:00
Ilya Kantor
a967ad0cf9
closes #1560
2019-11-02 21:30:26 +03:00
Ilya Kantor
601d9583f7
Merge pull request #1530 from lumosmind/patch-5
...
add parameter definition to arr.find()
2019-10-29 23:43:23 +03:00
Ilya Kantor
be6856d4bc
closes #1532
2019-10-29 23:42:40 +03:00
lumosmind
07a21c814f
add attribute defination to arr.find()
...
For consistency with definition of "arr.filter(fn)" , we need to add 'fn' parameter to definition of arr.find().
2019-10-28 17:21:26 +03:00
lumosmind
b5725a8be0
'str' inside of 'start'
...
splice method's minimum parameter is 'start' and it is number type. In this tutorial 'str' stands for string parameters.
2019-10-28 16:27:55 +03:00
Alexey Pyltsyn
33cca1b111
Fix confusion in the task
2019-10-22 18:51:47 +03:00
Ilya Kantor
6d44c1e1ac
fixes
2019-10-10 17:29:27 +03:00
Ilya Kantor
7418213b66
re-import images from Sketch (no changes)
2019-10-10 17:08:16 +03:00
va-z
8f0476079c
Typo fixes
2019-09-23 20:27:14 +05:00
Ilya Kantor
a0720187cb
fixes
2019-09-07 17:39:32 +03:00
Ilya Kantor
c738e37b01
fixes
2019-09-07 17:30:55 +03:00
Ilya Kantor
cdc480a577
minor
2019-09-06 20:14:00 +03:00
Ilya Kantor
df3260a44e
fixes
2019-08-29 20:40:41 +03:00
Ilya Kantor
5c8d24a582
closes #1271
2019-08-27 08:20:18 +03:00
atimidguy
05368cea2b
Update article.md
...
fixed typo 'stringss' in 1-js/05-data-types/05-array-methods/article.md
2019-08-21 14:55:46 +08:00
Ilya Kantor
d94b2922dc
fixes
2019-08-17 12:49:03 +03:00
Ilya Kantor
9bfc8cfa9c
minor
2019-08-11 14:24:31 +03:00
Ilya Kantor
4d44df6a3a
Embed font to SVG
2019-08-11 14:17:38 +03:00
Ilya Kantor
bbf98b2ef0
fixes
2019-07-31 00:46:04 +03:00
Ilya Kantor
a8f90e8e9f
minor
2019-07-30 23:52:10 +03:00
Ilya Kantor
3ba28aa104
images to svg
2019-07-28 15:42:37 +03:00
K-Sato
1aade86614
Align the format of the sentence with the others
2019-06-22 07:44:03 +09:00
K-Sato
f6b9d22e68
Fix typos
2019-06-21 14:44:00 +09:00
K-Sato
6ebd5191eb
Fix a Typo
2019-06-21 09:05:13 +09:00
Ilya Kantor
00d8b63110
minor
2019-05-19 19:38:16 +03:00
Ilya Kantor
19196e3e98
Merge pull request #945 from javascript-tutorial/lex111-patch-1
...
array-methods: wording
2019-04-30 22:06:18 +02:00
Alexander Shchegol
ad8a7170e5
Array methods: minor mistake
2019-04-29 13:43:45 +03:00
Alexey Pyltsyn
e9e383388d
array-methods: wording
2019-04-27 13:19:29 +03:00
Ilya Kantor
8f13d61a8b
Sketch editor update (no important image changes)
2019-04-05 09:17:57 +03:00
Ilya Kantor
6fb4aabcba
components
2019-04-02 14:01:44 +03:00
Ilya Kantor
06d7123df1
closes #797
2019-03-07 13:59:23 +03:00
Ilya Kantor
be9c5a7b5f
re-export pictures
2019-03-02 23:36:52 +03:00
Ilya Kantor
408ba7d4e4
make sure a solution always shows up, use "demo" if exists
2019-02-21 19:35:04 +03:00
Varun
6246ac2fc6
Misleading comments
...
comments in example codes are slightly misleading
2019-02-06 15:35:54 +05:30
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
Mau Di Bert
9d4f6ed12f
solution out of the tutorial
2019-01-24 08:39:08 -03:00