How to attach a bug in this code so that the program acts up after some time? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to attach a bug in this code so that the program acts up after some time?

https://code.sololearn.com/W5uDD73GUgTr/?ref=app the bug should stop the program after a specific time

31st Dec 2018, 6:31 AM
B.D
B.D - avatar
2 ответов
+ 3
setTimeout(()=>document.querySelector("marquee").innerText="Hello, fr the Bug", 5000); https://code.sololearn.com/WcArv7R3CaYK/?ref=app
31st Dec 2018, 7:30 AM
Calviղ
Calviղ - avatar
+ 1
thanks
31st Dec 2018, 2:00 PM
B.D
B.D - avatar