From b136500f72b1ecf297024f6e4dfab587024fffbc Mon Sep 17 00:00:00 2001 From: frontmaker Date: Fri, 9 Dec 2016 18:00:04 +0300 Subject: [PATCH] add the instant function call --- 02 - JS + CSS Clock/index-FINISHED.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/02 - JS + CSS Clock/index-FINISHED.html b/02 - JS + CSS Clock/index-FINISHED.html index 36c420f534..a2b3740ad7 100644 --- a/02 - JS + CSS Clock/index-FINISHED.html +++ b/02 - JS + CSS Clock/index-FINISHED.html @@ -91,6 +91,8 @@ setInterval(setDate, 1000); + setDate(); +