모든 함수 앞에는 async를 붙일 수 있다.
async는 await을 사용하기 위해서, await은 promise 처리를 위해서 사용.
async & await은 콜백 hell에서 벗어나게 해줌. 또는 비동기 작업을 깔끔하게 처리하거나.