Commit d7bfdc1
authored
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.1 parent 2a0516d commit d7bfdc1
File tree
1 file changed
+1
-1
lines changed- 1-js/06-advanced-functions/08-settimeout-setinterval
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments