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
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
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
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