Commit graph

412 commits

Author SHA1 Message Date
Peter Roche
6994fc096a
Update article.md
", we have an object that is not an array, " -> ", we have an object that is not an array, "
2020-02-05 23:46:52 -07:00
Ilya Kantor
f9feec2d69 minor fixes 2020-02-04 16:43:35 +00:00
Violet Bora Lee
6f7ec12358 minor fixes 2020-02-02 03:25:04 +09:00
Ilya Kantor
6384ccba05 minor fixes 2020-01-19 20:32:27 +01: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
Sajad Hashemian
77af30d466
Add "bigint" to primitive types 2019-12-18 13:24:52 +03:30
Peter Roche
8b68689d8b
Update article.md
"`123` millonth" -> "`123 millionths"
2019-12-08 22:35:48 -07:00
Ilya Kantor
a70c4306d7 bigint 2019-12-01 04:11:02 +03:00
Ilya Kantor
16e09cf745
Merge pull request #1614 from spaceinvadev/master
Update solution.md
2019-11-30 09:56:32 +03:00
Ilya Kantor
ce8e68f21c minor fixes 2019-11-28 13:56:48 +03:00
Space Invadev
183d87b707 Update solution.md
Changed the reference to each item of the array since it was previously defined as the variable word.
2019-11-18 12:50:57 -05:00
koala-lava
cfefb5afed
round example changed back ot originial 2019-11-12 20:36:05 +07:00
koala-lava
b574453e48
typo fixed and minimal opinionated improvement 2019-11-12 18:05:46 +07:00
Ilya Kantor
ecd93e97b3 fixes 2019-11-06 20:28:04 +03:00
Ilya Kantor
6165a9a727 split arrow functions 2019-11-06 14:05:43 +03:00
Peter Roche
7d92be954e
Update article.md
Array.from: 'copies there all items' -> 'copies all items to it'
2019-11-03 22:19:12 -07:00
Violet Bora Lee
3ffa0beab0 minor fixes 2019-11-03 22:14:28 +09: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
Ilya Kantor
726f2a8385
Merge pull request #1535 from lumosmind/patch-7
Array type variables also support values() method
2019-10-29 23:40:33 +03:00
Ilya Kantor
2964aa0d00
Merge pull request #1542 from lumosmind/patch-11
coding style conflict with the tutorial itself
2019-10-29 23:38:09 +03:00
lumosmind
b32ce2c9a0
coding style conflict with the tutorial itself
variable user is using for both string and object type different values. these situation is called "ninja code" bu author :)

"Add a new variable only when absolutely necessary.
Instead, reuse existing names. Just write new values into them."
https://javascript.info/ninja-code
2019-10-29 15:36:57 +03:00
lumosmind
9fb20768b0
correction for code template consistency
':' character is indicating 'var2' is a key of object.
2019-10-29 10:00:59 +03:00
lumosmind
634531a843
Array type variables also supports values()
arr.values() is supported by majority of browsers. So, maybe we need to change the exception in article.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/values
2019-10-28 23:07:49 +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
Alexey Pyltsyn
4159a65ea2
'str' inside of 'start' (#1529)
'str' inside of 'start'
2019-10-28 17:03:38 +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
lumosmind
e70f039a59
string outputs without quotes
Some of string outputs are represented with quotes but some of not, there is a 	inconsistency.
2019-10-28 12:04:12 +03:00
Alexey Pyltsyn
33cca1b111
Fix confusion in the task 2019-10-22 18:51:47 +03:00
paroche
f38d8c921c
Update task.md
As I said, insert "about" before "whether"
2019-10-16 00:00:12 -06:00
Ilya Kantor
13ca92d478
Merge pull request #1456 from hrodward/patch-1
Update task.md
2019-10-15 22:26:26 +03:00
hrodward
6da81c5e1f
Update task.md
Fixed minor grammatical errors
2019-10-15 10:30:28 +02:00
hrodward
816b29f78a
Update task.md
Fixed grammatical errors
2019-10-14 12:26:44 +02:00
Ilya Kantor
5fe6977c74
Merge pull request #1453 from Violet-Bora-Lee/patch-41
Update solution.md
2019-10-14 09:27:30 +03:00
Violet.Lee
effb5b9308
minor 2019-10-14 03:22:02 +09:00
Violet.Lee
fb96a7624d
Update solution.md 2019-10-14 00:23:03 +09: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
Ilya Kantor
c8a11f3e86 minor 2019-10-02 10:36:06 +03:00
Ilya Kantor
45075277b1 closes #1399 2019-10-02 10:12:47 +03:00
Ilya Kantor
12ef7fc704
Update article.md 2019-09-28 19:41:22 +03:00
Ilya Kantor
bee6d79ca4 minor 2019-09-27 08:42:15 +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
9869922dbf Merge branch 'regexp2' 2019-09-06 16:57:40 +03:00
Ilya Kantor
4232a53219 WIP 2019-09-06 16:48:59 +03:00