callback funtion

async await

() =>

function hello(hi =>{
     if(hi) ...;
});

어떻게 화살표 함수가 지 안에서 자기를 사용하는거지??

이거시... 비동기 프로그라무????