Commit graph

291 commits

Author SHA1 Message Date
Ilya Kantor
c799f28d2e minor fixes 2020-05-06 23:36:02 +03:00
Ilya Kantor
83c07e100a minor fixes 2020-05-06 23:34:02 +03:00
Ilya Kantor
08309a07f6 minor fixes 2020-05-06 23:24:22 +03:00
Ilya Kantor
6cf15b78bc minor fixes 2020-05-06 23:23:31 +03:00
Ilya Kantor
9bd640c414 minor fixes 2020-05-06 23:22:40 +03:00
Ilya Kantor
fc2ba214e8 minor fixes 2020-05-06 23:22:14 +03:00
Ilya Kantor
df6f6be420 minor fixes 2020-05-06 23:21:13 +03:00
Ilya Kantor
3440a4eb80 minor fixes 2020-05-06 23:19:55 +03:00
Ilya Kantor
0444de2a00 minor fixes 2020-05-06 22:46:26 +03:00
Ilya Kantor
458493781f minor fixes 2020-05-06 20:57:42 +03:00
Ilya Kantor
844b96a821 fix debounce 2020-05-06 20:35:58 +03:00
Ilya Kantor
80f2becc95 fix debounce 2020-05-06 20:29:17 +03:00
Ilya Kantor
cd5a7e451f fix debounce 2020-05-06 20:27:34 +03:00
Violet Bora Lee
b782700818 minor fixes 2020-05-06 17:10:53 +09:00
Ilya Kantor
5049c0b7d5
Merge pull request #1830 from wonderingabout/add-js-formatting
fix missing js formatting
2020-04-03 01:50:27 +03:00
Ahmed Magdy Seleem
6b5a524991
fix an anchor link error
Object.assign() is referring to wrong article, which is Sympol.
so I fix it to the right article "objects" with the right section #Cloning and merging, Object.assign
2020-04-02 01:52:15 +02:00
Ilya Kantor
42eadf9f56
Merge pull request #1814 from michael-mcgee/closure-article-edit
Edit sentance syntax in closure article
2020-03-29 10:00:09 +03:00
wonderingabout
aad6f5e341 fix missing js formatting 2020-03-29 08:42:52 +02:00
Peter Roche
c038ef4669
Merge pull request #1823 from wonderingabout/trick-deep-copy-spread
Trick get a new copy of object/array using spread operator
2020-03-29 00:19:45 -06:00
wonderingabout
f4cb058d7f trick get a new copy of objects/arrays using the spread operator 2020-03-29 08:05:46 +02:00
wonderingabout
0903209ce3 fix typo 2020-03-27 07:56:26 +01:00
Michael McGee
9900be90a7
Edit sentance syntax in closure article 2020-03-24 18:04:26 +10:30
Ilya Kantor
4939a18f24
Merge pull request #1779 from leviding/patch-3
func.apply(context, args);   // is same as using apply => Is a type error?
2020-03-21 09:14:27 +03:00
Violet Bora Lee
958cbe72b8 minor fixes
- fix erratas
- fix wrong error message
- add 'run' on runnable example
- add explanation about window.onload property corresponding load event
- add comment about window.onstorage property corresponding storage event
2020-03-14 07:27:49 +09:00
LeviDing
c039f04ef9
Update article.md 2020-02-29 19:52:30 +08:00
LeviDing
33c2a4e39d
Update article.md 2020-02-23 17:49:11 +08:00
Peter Roche
188f497f86
"better to demonstrate" -> "best demonstrated", ", like this:" -> ":" 2020-02-21 15:56:24 -07:00
Kelly K H
642b56329e edited alice's wage difference, wage is based on the average of her male counterparts and rounded up for easy comprehension. 2020-02-18 13:14:35 -05:00
Ilya Kantor
c2a9c2da58 closure task 2019-12-29 00:33:46 +03:00
Ilya Kantor
994390265a fixes #1669 2019-12-27 11:40:59 +03:00
Ilya Kantor
964ed57c42 closure 2019-12-26 14:59:57 +03:00
Ilya Kantor
22cab45a69
Merge pull request #1606 from jakewilson/patch-1
Fix small grammar mistake in closure makeArmy task
2019-11-30 10:50:09 +03:00
Ilya Kantor
d334cf8787 minor fixes 2019-11-30 09:31:19 +03:00
Ilya Kantor
4587fde235 re-import images (Sketch update) 2019-11-30 08:51:52 +03:00
Ilya Kantor
ce8e68f21c minor fixes 2019-11-28 13:56:48 +03:00
Jake Wilson
9a07b1fb23
Fix small grammar mistake in closure makeArmy task 2019-11-12 19:26:58 +00: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
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
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
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
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
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