event-js

by qwerew0

HTML

<button onclick={clickHandler()}>이름변경</button>

JavaScript

function clickHandler() {
		alert('hey');
	}