[Vanilla JS] document ready 표현

qwe8851·2023년 2월 6일
0

📚 JavaScript

목록 보기
29/53

https://ingnoh.tistory.com/48

document.addEventListener("DOMContentLoaded", () => {
console.log("hello world");
});

profile
FrontEnd Developer with React, TypeScript

0개의 댓글