event-js by qwerew0 November 20, 2023 HTML <button onclick={clickHandler()}>이름변경</button> JavaScript function clickHandler() { alert('hey'); }