Commit graph

432 commits

Author SHA1 Message Date
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
Ilya Kantor
fc8efbf5d5 closes #1909 2020-05-18 09:12:07 +03:00
kiniggit
ec77f84741 grammar fix: a plain object 2020-05-16 17:26:56 -03:00
Violet Bora Lee
b782700818 minor fixes 2020-05-06 17:10:53 +09:00
Ilya Kantor
3a3086b0e0 minor fixes 2020-04-29 15:55:45 +03:00
wonderingabout
da161590f4 trick: use array destructuring to swap variables
source: https://www.typescriptlang.org/docs/handbook/variable-declarations.html#array-destructuring
2020-04-29 13:29:15 +02:00
Kenneth Lum
ab1b6dee33
formatting 2020-03-25 04:03:36 -07:00
Ilya Kantor
d19401e4bf
Merge pull request #1792 from aniketkudale/master
Corrected Grammar
2020-03-21 10:57:02 +03:00
Ilya Kantor
81e728c49f
Merge pull request #1789 from zeel/patch-1
fix: removed , from solution.md and task.md  for date data types
2020-03-21 09:15:27 +03:00
Aniket Kudale
76bf5ec8a9
Corrected Grammar 2020-03-09 23:22:36 +05:30
Zeel
8ae11cb2ed
fix: removed , from task.md date data types 2020-03-07 12:21:57 +05:30
Zeel
131c96e669
fix: removed , from solution.md date data types 2020-03-07 12:21:19 +05:30
Zeel
4325537b0f
corrected order for subtraction 2020-03-01 17:04:57 +05:30
Peter Roche
131016b7ca
Update article.md
"allows to" -> "allows us to" (3x)
2020-02-28 21:49:39 -07:00
Ilya Kantor
81def0275e minor fixes 2020-02-18 23:46:24 +00:00
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