en.javascript.info/2-ui/1-document/07-modifying-document/10-clock-setinterval/task.md
2019-04-23 11:54:43 +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.