분류
javascript
The JavaScript Engine
본문
https://codeburst.io/js-essentials-the-javascript-engine-302ff38e8465
JavaScript 엔진, 범위, 클로저, 이벤트 대기열 및 이 지식을 적용하는 방법에 대해 알아야 할 모든 것.
Table of Contents
— Prerequisites
— Definitions
— The Call Stack
— — 1. Variable & Function Declarations (creation phase)
— — 2. Execution
— Scope and The Scope Chain
— — Function/Lexical Scope
— — Block Scope
— The Event Loop
— Code Examples
— — Simple Closure
— — Blocking Code
— — Defer a Function
— — Memoize with Closures
— Resources and Links
- 이전글fullpage.js의 대안 19.06.22
- 다음글simplePARALLAX 19.06.22