1 parent e728162 commit 1ec3a2cCopy full SHA for 1ec3a2c
1 file changed
Week2/project/index.js
@@ -82,9 +82,8 @@ function timer(){
82
}
83
if (secounds.innerText < 10 ){
84
secounds.innerText = `0${secounds.innerText}`;
85
-
86
console.log(secounds.innerText);
87
- }
+ };
88
};
89
//stop timer function
90
function stopInterval(){
0 commit comments