0
Why is my setTimeout not working?
On line 131: newRound is called immediately even though it’s in a setTimeout. Why? https://code.sololearn.com/WYGZ0QKXYgGa/?ref=app
1 Resposta
+ 1
Margaret
SetTimeout is expecting a callBack function. Drop the parentheses after newRound at line 131.