diff --git a/index.html b/index.html index c11f909..51be816 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,8 @@ your experience.

+
Time
+ diff --git a/script.js b/script.js index 57e5eaa..f97923b 100644 --- a/script.js +++ b/script.js @@ -55,7 +55,7 @@ function timer(){ txt.innerHTML= afficher; time = time <= 0 ? 0 : time -1; - if (time == -1) + if (time == ) { clearInterval(maVar); }