This commit is contained in:
Ilya Kantor 2019-09-02 21:58:47 +03:00
parent 1efa9c7fe8
commit 427fbea180
4 changed files with 10 additions and 11 deletions

View file

@ -9,5 +9,4 @@ Write a function `printNumbers(from, to)` that outputs a number every second, st
Make two variants of the solution.
1. Using `setInterval`.
2. Using recursive `setTimeout`.
2. Using nested `setTimeout`.