querySelector
-
11/25: TIL | document.querySelector("body"), if/else && ||Today I Learned/Javascript 2022. 11. 25. 22:49
JS에서 body 선택하기 - querySelector로 동일함 const body = document.querySelector("body"); // css 파일없이 스타일 바꾸기 // body.style.backgroundColor = ; 화면이 ~보다 크고 ~보다 작을 때, if/else 조건 걸기 - and &&, or || const innerWidth = window.innerWidth; else if (400