+ 9
Plzz fix this code .
Why it repets ? https://code.sololearn.com/WJ04zqV0Jc16/?ref=app
1 Resposta
+ 3
100% working
In js replace line 8 with below line
document.getElementById('myTime').innerHTML=time+":"+date
---------------------------------
In html place below line in between body tag:
<h1 id="myTime"></h1>