<button onClick={handleButton}>버튼1</button>
화살표함수 안에서 실행
<button onClick={()=>{handleButton(인자)}}>버튼2</button>