본문 바로가기

호그와트

beauty 후후훗

728x90

 

constclock=document.querySelector("h2#clock");

functiongetClock(){

constdate=newDate();

clock.innerText=`${date.getHours()}:${date.getMinutes()}:${date.getSeconds()}`;

}

getClock();

setInterval(getClock,1000);

so beautiful

728x90