+ 3
Is it PerFect..????
I had created a digital clock using JavaScript ... Tell me any mistake??? https://code.sololearn.com/WaXKhn78H1uE/?ref=app
4 Answers
+ 6
document.write();
or
body.append(document.createElement("div").innerHTML=clock);
+ 8
Don't use the console to display the clock,when the console hits it's max number of displays,it stops displaying
+ 2
ok. @brains
+ 2
then what to use instead of console.log....@đBrains