digitalClockThis little project shows how create a digital clock and update it every second.Main functionsIt calls the browser's window function setInterval, to periodically execute, every 1000 ms, the function updateClock.