Posts by IgorPatricio • 11 points
1 post
-
0
votes1
answer341
viewsQ: Sleep() in javascript
How would I do something like that? function blink(){ let blueBall = document.querySelector('div#blueBall') blueBall.style.background = '#028E8E' sleep(300) blueBall.style.background = '##1dfcfc'…
javascriptasked IgorPatricio 11