en.javascript.info/2-ui/1-document/07-modifying-document/10-clock-setinterval/task.md
2018-10-07 19:05:45 +03:00

196 B

importance: 4


Colored clock with setInterval

Create a colored clock like here:

[iframe src="solution" height=60]

Use HTML/CSS for the styling, Javascript only updates time in elements.