+ 5
anybody got Console.clear() -Examples here?
Hi, I wanted to know how can I clear console with given method, using setInterval here in SL, does anybody got some ideas?
2 Answers
+ 4
luis calderĂłn I know, but there has to be a way for it , Im just curious if I can find some useful ones đ
+ 2
Using set inteeval to clear each 1second
setInterval(console.clear,1000)
but you can not clear console in sololearn.