File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
12_Numbers_Dates_Timers_Bankist Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ console.log('Waiting...');
479
479
if ( ingredients . includes ( 'spinach' ) ) clearTimeout ( pizzaTimer ) ;
480
480
481
481
// setInterval
482
- setInterval ( function ( ) {
483
- const now = new Date ( ) ;
484
- console . log ( now ) ;
485
- } , 1000 ) ;
482
+ // setInterval(function () {
483
+ // const now = new Date();
484
+ // console.log(now);
485
+ // }, 1000);
Original file line number Diff line number Diff line change 19
19
position : relative;
20
20
font-family : 'Inter' , sans-serif;
21
21
letter-spacing : -1px ;
22
- background-color : rgb ( 5 , 27 , 27 ) ;
22
+ background-color : # 051b1b ;
23
23
color : cyan;
24
24
padding : 1rem ;
25
25
height : 100vh ;
37
37
}
38
38
39
39
# secs {
40
- color : greenyellow ;
40
+ color : # adff2f ;
41
41
}
42
42
</ style >
43
43
</ head >
You can’t perform that action at this time.
0 commit comments