[ad_1]
Try this:
if (--timer < 0) {
display.textContent = "some text";
}
4
[ad_2]
solved Replace countdown with text when it reaches 0?
[ad_1]
Try this:
if (--timer < 0) {
display.textContent = "some text";
}
4
[ad_2]
solved Replace countdown with text when it reaches 0?