728x90
constclock=document.querySelector("h2#clock");
functiongetClock(){
constdate=newDate();
clock.innerText=`${date.getHours()}:${date.getMinutes()}:${date.getSeconds()}`;
}
getClock();
setInterval(getClock,1000);
so beautiful
728x90
'호그와트' 카테고리의 다른 글
적정한 암호 생성하기 (0) | 2022.06.13 |
---|---|
드림핵 secret message 목을 딸 때가 왔다 (0) | 2022.05.31 |
드림핵 해시 브브라우니 브라운 dreamhack (0) | 2022.05.17 |
드림핵 dreamhack fly to the moon (0) | 2022.05.12 |
dreamhack dom xss (3) | 2022.05.12 |