본문 바로가기
TIL/TIL

Event Loop & heap & stack

by koreashowme 2020. 2. 23.

https://vimeo.com/96425312

https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop

 

Concurrency model and the event loop

JavaScript has a concurrency model based on an event loop, which is responsible for executing the code, collecting and processing events, and executing queued sub-tasks.

developer.mozilla.org

 

'TIL > TIL' 카테고리의 다른 글

AJAX *helpful  (0) 2020.02.23
Prototype  (0) 2020.02.23
비동기, 서버요청, this  (0) 2020.02.23
createElement, instance in JS  (0) 2020.02.18
event.target VS event.currentTarget  (0) 2020.02.17

comment