Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5주차] 화살표 함수에 대해서 #21

Open
bread1022 opened this issue Mar 26, 2024 · 0 comments
Open

[5주차] 화살표 함수에 대해서 #21

bread1022 opened this issue Mar 26, 2024 · 0 comments
Assignees

Comments

@bread1022
Copy link
Contributor

주제

화살표 함수에 대해서

선정 이유

function을 사용해 선언하는 일반 함수와 화살표 함수가 렉시컬 스코프 측면에서 다르게 작동한다는 통념이 틀렸다...는 주장...?하기위함..?

책 내용 (p176-177)

화살표 함수는 익명이라는 특성외에는 function을 사용해 선언한 함수와 동일한 렉시컬 스코프 규칙을 적용받는다. 함수 본문을 감싸는 대괄호가 있든 없든 화살표 함수는 별도의 내부 중첩 스코프를 형성하는데, 이 중첩 스코프에 선언된 변수는 일반 함수의 본문 내에 선언한 변수 스코프와 동일하게 작동한다고 한다.

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

No branches or pull requests

1 participant