hrodward
6dec3ccb30
Update article.md
...
Grammar suggestions
2019-11-05 11:34:52 +01:00
hrodward
9f158f9a75
Update article.md
...
Grammar suggestions
2019-11-04 10:45:48 +01:00
hrodward
fccf4615b6
Update task.md
...
Grammar suggestions
2019-11-04 08:49:08 +01:00
hrodward
8dfb5e8e6e
Update article.md
...
Grammar suggestions
2019-11-04 08:31:32 +01:00
PetreM
f37e9e7be3
trivial: indefinite to definite article
2019-11-04 08:47:40 +02: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
611fefd90e
fixes #1569
2019-11-03 15:52:35 +03:00
Ilya Kantor
6732cef816
fix
2019-11-02 21:39:45 +03:00
Ilya Kantor
7f5fced5b2
Merge pull request #1564 from lumosmind/patch-23
...
wrapper instead of helper
2019-11-02 21:37:56 +03:00
Ilya Kantor
ad08b46c54
fixes #1563
2019-11-02 21:37:26 +03:00
Ilya Kantor
a967ad0cf9
closes #1560
2019-11-02 21:30:26 +03:00
Mustafa Kemal Tuna
81f171e10d
wrapper instead of helper
...
"helper function" term reminds "utility libraries" but "wrapper" term refers "function decorators" and in this context wrapper can be more self-descriptive and meaningful.
2019-11-02 10:20:50 +03:00
Ilya Kantor
b2305cebf0
Merge pull request #1550 from hrodward/patch-22
...
Update article.md
2019-11-01 18:41:09 +03:00
Ilya Kantor
7fcd0484d8
Merge pull request #1551 from hrodward/patch-34
...
Update article.md
2019-11-01 18:40:52 +03:00
Ilya Kantor
24d3bec0c2
Merge pull request #1553 from lumosmind/patch-18
...
arrow function instead of function
2019-11-01 18:40:16 +03:00
Ilya Kantor
06c9dfe37c
Merge pull request #1554 from lumosmind/patch-19
...
code non-compatible with clarification drawing
2019-11-01 18:39:54 +03:00
Ilya Kantor
80f3954b91
Merge pull request #1555 from lumosmind/patch-20
...
code non-compatible with clarification drawing
2019-11-01 18:39:34 +03:00
Ilya Kantor
eebbaa2f2f
Merge pull request #1556 from hrodward/patch-31
...
Update article.md
2019-11-01 18:39:11 +03:00
Ilya Kantor
b8dcadfafa
Merge pull request #1557 from hrodward/patch-35
...
Update article.md
2019-11-01 18:38:40 +03:00
Ilya Kantor
f3e4541ab9
Merge pull request #1558 from hrodward/patch-36
...
Update task.md
2019-11-01 18:38:28 +03:00
Richard Zhang
487c317c06
fix mini typo
2019-10-31 15:55:57 -04:00
hrodward
563d0a4556
Update task.md
...
Rephrase
2019-10-31 09:40:43 +01:00
hrodward
5f37ad1466
Update article.md
...
Grammar suggestions
2019-10-31 09:39:48 +01:00
hrodward
1257501911
Update article.md
...
Grammar suggestions, one rephrase
2019-10-31 07:29:22 +01:00
Alexey Pyltsyn
df58d3f543
Merge pull request #1513 from hrodward/patch-31
...
Update article.md
2019-10-30 23:37:34 +03:00
Ilya Kantor
71fb491016
minor
2019-10-30 16:56:59 +03:00
lumosmind
80b6da144d
code non-compatible with clarification drawing
...
same problem with merge request #1554 which I have sent freshly.
2019-10-30 13:53:27 +03:00
lumosmind
aecf899602
code non-compatible with clarification drawing
...
in clarification drawing(setinterval-interval.svg) func is calling with different argument values like func(1), func(2) ...
But we can't see why variable i changing. Maybe we need func(i++) to explain this situation.
2019-10-30 13:44:38 +03:00
lumosmind
04893aef31
arrow function instead of function
...
example code involves arrow function, not just function
2019-10-30 13:20:11 +03:00
hrodward
c72735dc3d
Update article.md
...
Grammar suggestions
2019-10-30 08:26:51 +01:00
hrodward
ccccf1066b
Update article.md
...
Grammar suggestions
2019-10-30 07:37:11 +01:00
hrodward
028b408c29
Update article.md
...
Updated based on comments
2019-10-29 22:04:43 +01: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
4d02719203
Merge pull request #1531 from iArazar/patch-1
...
Missed function expression semicolon
2019-10-29 23:43:14 +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
77eedd82e8
Merge pull request #1538 from hrodward/patch-34
...
Update article.md
2019-10-29 23:39:48 +03:00
Ilya Kantor
8d45a7c839
Merge pull request #1539 from hrodward/patch-35
...
Update solution.md
2019-10-29 23:39:10 +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
Ilya Kantor
bb3f9aaa40
Merge pull request #1543 from lumosmind/patch-12
...
linked list must end with 'null'
2019-10-29 23:37:46 +03:00
Ilya Kantor
e8947f7b58
Merge pull request #1546 from lumosmind/patch-14
...
function declaration vs function call conflict
2019-10-29 23:36:20 +03:00
Ilya Kantor
c5c94bce3b
closes #1547
2019-10-29 23:35:35 +03:00
lumosmind
97cd2fca8d
function declaration vs function call conflict
...
function() { return count++; } is running because it is a function declaration. It is running and result of this running a function has been created and sent as a parameter to return command. "return count++;" this part is not running because the function has not been called yet.
2019-10-29 21:33:42 +03:00
Alexey Pyltsyn
7510263654
correction for code template consistency ( #1536 )
...
correction for code template consistency
2019-10-29 17:59:44 +03:00
Alexey Pyltsyn
0998fce43b
Removed extra "and" in a sentence ( #1537 )
...
Removed extra "and" in a sentence
2019-10-29 17:59:05 +03:00
Alexey Pyltsyn
d8958e227e
Update article.md ( #1533 )
...
Update article.md
2019-10-29 17:54:56 +03:00
lumosmind
95495bd5dc
linked list must end with 'null'
...
We need to put 'null' to end of linked list. otherwise wen we want to get last item in the linked list, it will be undefined. And this situation inconsistent with object literal definition of linked list above.
2019-10-29 16:50:37 +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
hrodward
54717a168b
Update solution.md
...
Grammar suggestions
2019-10-29 10:48:50 +01:00