Skip to content

hoisting/ #8

Open
Open
@utterances-bot

Description

[JS] 호이스팅과 TDZ 이해하기 | INGG.

js 호이스팅(Hoisting)이란 변수나 함수를 선언했을 때 코드 범위(scope) 내의 최상단으로 끌어올려지는 것처럼 보이는 현상이다. 흔히 var 는 호이스팅이 발생하며, const 와 let 은 발생하지 않는다고 하는데, 그 이유는 무엇일까? 그리고 const 와 let…

https://ingg.dev/hoisting/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions