handleClickGochu(){...}그리고 컴포넌트  = {this.handleClickGochu}
이때 웹 상에서 컴포넌트를 누르면 실행객체가 전역객체로 간주돼서 handle 함수에 붙어있는 this도 전역객체가 된다
그래서 화살표 함수를 쓰라는 거였구나