• TOC {:toc}

Description

MDN에서 제공하는 Web 자습서 중 JavaScript의 네 번째 모듈이다.

Javascript의 비동기적 실행의 중요성과 서버에서 리소스를 가져올 때와 같이 시간 지연이 발생하는 동작들을 효과적으로 다루는 방법에 대해 다룬다.

Review

Progress

  • 기간: 2020.12.09 -
  1. [X] 2020.12.09 General asynchronous programming concepts
  2. [X] 2020.12.10 Introducing asynchronous JavaScript
  3. [X] 2020.12.11 Cooperative asynchronous JavaScript: Timeouts and intervals
  4. [X] 2020.12.11 Handling async operations gracefully with Promises
  5. [X] 2020.12.11 Making asynchronous programming easier with async and await
  6. [ ] Choosing the right approach