+ 3

Is it PerFect..????

I had created a digital clock using JavaScript ... Tell me any mistake??? https://code.sololearn.com/WaXKhn78H1uE/?ref=app

7th Jan 2018, 5:27 AM
Vijay Pal
Vijay Pal - avatar
4 Answers
+ 6
document.write(); or body.append(document.createElement("div").innerHTML=clock);
7th Jan 2018, 6:27 AM
᠌᠌Code X
᠌᠌Code X - avatar
+ 8
Don't use the console to display the clock,when the console hits it's max number of displays,it stops displaying
7th Jan 2018, 5:57 AM
᠌᠌Code X
᠌᠌Code X - avatar
+ 2
ok. @brains
7th Jan 2018, 6:18 AM
Vijay Pal
Vijay Pal - avatar
+ 2
then what to use instead of console.log....@🌞Brains
7th Jan 2018, 6:24 AM
Vijay Pal
Vijay Pal - avatar