자바스크립트 Cheatsheet 요약

자바스크립트를 잘 요약한 정보가 있어서 공유합니다.

Basic Vocabulary, Seven Types, Objects

Functions - parameters, invocation, parameters, return and more

Vocabulary around variables and scope

Operators and coercion

Conditional Statement (if/switch/ternary) + Truthy Falsy

Loops - For, While, Do While

Ways to create variable - var, let, const + Event Loop

Browser

DOM - Query, Create, Update, Delete, Events of DOM

Auto-inherited properties + built-in objects

Promise and Async Tasks

‘this’ keyword and 3 scenarios to remember

Constructors - Custom and built-in constructors

연관포스트