+ 1
Help: Is this for me or for others too
https://code.sololearn.com/W2Itn3Zwn10q/?ref=app When I try to replace String Concatenation with String Interpolation of Template Literals (In the document.getElementById().innerHTML part) it does not show me what I want. Is this an SL ES6 compatibily issue or I am the only one facing this issue?
1 Resposta
+ 2
Instead of passing calling function to setInterval simply pass the function name ,like
setInterval(somefunc,time)