이벤트처리1 javascript mouse event 처리 nomad 코더 챌린지 중 javascript mouse event 처리를 하게 되었다. 다음과 같은 결과를 만드는 것이 문제였다. (자세한 내용은 https://nomadcoders.co/javascript-for-beginners 해당 강의 참조) 이를 위해 마우스 이벤트를 어떻게 처리하는지 보았다. index.html Hello! index.css body{ background-color: peru; } h1{ color: white } #title{ } index.js const title = document.querySelector("#title"); function handleClick(){ title.style.color = "blue"; } title.addEventListener("cli.. 2020. 8. 6. 이전 1 다음