Skip to content

Commit 1ec3a2c

Browse files
committed
nothing to be changed
1 parent e728162 commit 1ec3a2c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Week2/project/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ function timer(){
8282
}
8383
if (secounds.innerText < 10 ){
8484
secounds.innerText = `0${secounds.innerText}`;
85-
8685
console.log(secounds.innerText);
87-
}
86+
};
8887
};
8988
//stop timer function
9089
function stopInterval(){

0 commit comments

Comments
 (0)