Commit graph

39 commits

Author SHA1 Message Date
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
2e5fa7810b minor 2019-10-22 11:39:32 +03:00
hrodward
da8af69e01
Update article.md
Grammar fixes
2019-10-17 13:56:11 +02:00
Ilya Kantor
235a2ed197 minor 2019-09-04 18:53:30 +03:00
paroche
1f969670b2
Update article.md
As per issue comment thread #1282: 
Clarifying "current code" for zero delay setInterval. 
Plus minor edit of ordering of terms for greater consistency.
Plus minor grammatical fixes.
2019-09-03 17:21:32 -06:00
Ilya Kantor
427fbea180 minor 2019-09-02 21:58:57 +03:00
Ilya Kantor
b6adf0b6aa up 2019-07-31 23:18:20 +03:00
Ilya Kantor
6782931a9e minor 2019-07-31 11:22:09 +03:00
Violet.Lee
5deaa8ab2f
Update article.md
The actual intended interval is 2 seconds not 5 seconds.
2019-07-31 03:57:37 +09:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
Vivekraj
2d748b976d
Fix English Grammar 2019-07-22 20:42:10 +05:30
Ilya Kantor
8365ea7163 minor fixes 2019-07-04 22:21:34 +03:00
Ilya Kantor
f018012168 event-loop 2019-06-29 00:37:01 +03:00
K-Sato
52e0988088
Fix Grammer 2019-06-26 16:38:58 +09:00
Ilya Kantor
5c6a3f003f fixes 2019-05-19 23:05:28 +03:00
Ilya Kantor
49264e23bc minor 2019-05-19 22:07:05 +03:00
Ilya Kantor
809cebcd04 closes #990 2019-05-17 09:35:03 +03:00
Ilya Kantor
da3ba6a072 closes #990 2019-05-17 09:33:54 +03:00
Alexey Pyltsyn
735880d45f Replace Node.JS with Node.js 2019-04-23 21:29:04 +03:00
Ilya Kantor
9c3ac133e3 draft 2019-03-30 14:32:38 +03:00
Kevin Yang
5f5ae96240
Fixed code reference in explanation
The original reference was to (*), but it should actually be to (**)
2018-08-29 17:58:47 -04:00
Ilya Kantor
be007e78ef remove cut 2018-02-06 13:07:22 +03:00
Brent Guffens
891907886f
Wording 2018-01-30 09:20:44 +01:00
Brent Guffens
38124971b9
Typo 2018-01-30 08:47:35 +01:00
Mark
a8ff59e3ba
Typo - mistake in canceling interval function 2017-11-21 12:30:31 +02:00
Alexander
a5e304393f
Update article.md 2017-10-29 01:31:57 +03:00
Ilya Kantor
ec243fb2a4 Merge pull request #245 from lilifan/patch-1
correct type mistake
2017-10-15 18:02:17 +03:00
lilifan
e171db026f correct type mistake
Sorry to bother , but it seems that in such situations , the minimal delay is increased instead of decreased ?
2017-10-14 23:45:03 +08:00
lilifan
3322f52122 correct type mistake
correct type mistake
2017-10-14 23:23:14 +08:00
Johan Meester
d7bfdc14a8 Inner setTimeout() wrongly refering to tick()
In the 'Recursive setTimeout' section in the example for sending server request the inner setTimeout() refers to a non-existing tick() function. Should be the outer request() function.
2017-06-23 13:36:52 +02:00
Thierry Parmentelat
4121423fc0 flushing my list of typos when reaching the Objects chapter 2017-05-12 10:28:56 +02:00
Syed Shahbaz Ahmed
16013026db Fixed a typo in article.md
execition --> execution
2017-04-16 10:31:14 +02:00
Pascal Honoré
cfd23cec52 Update article.md
Correcting incorrect parameters order.
2017-03-28 22:18:14 +01:00
Ilya Kantor
c9401b3104 changes 2017-03-23 11:06:57 +03:00
Ilya Kantor
97c8f22bbb up 2017-03-21 17:14:05 +03:00
Renamed from 1-js/06-advanced-functions/07-settimeout-setinterval/article.md (Browse further)