강의

멘토링

커뮤니티

profile image

<s>문도연</s>

@moondoyeon

수강평 작성수

-

평균평점

-

<html>

<div id="hi">문</div>

<script>

document.getElementById("hi").addEventListener('click',function () { alert('hihi); } ); </script>

 

</html>