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

Reflection of mechanics how execution contexts and Lexical Environment objects work #1809

Closed
dimau opened this issue Oct 16, 2022 · 1 comment

Comments

@dimau
Copy link

dimau commented Oct 16, 2022

The book does not reflect the fundamental concepts related to the implementation of scopes in JS — mechanics of how execution contexts and Lexical Environment objects work. Here is an article on stackoverflow, which gives a fundamental understanding of this mechanic, I supposed to see something like this in this book - https://stackoverflow.com/questions/12599965/lexical-environment-and-function-scope


Edition: 2nd

Book Title:

Chapter:

Section Title:

Problem:
The book completely does not reflect the fundamental concepts related to the implementation of scopes in JS. I mean the mechanics of how execution contexts and Lexical Environment objects work. Here is an article on stackoverflow, which gives a fundamental understanding of this mechanics, I supposed to see something like this in this book - https://stackoverflow.com/questions/12599965/lexical-environment-and-function-scope

@getify
Copy link
Owner

getify commented Oct 16, 2022

If you'd rather read stackoverflow posts than my book, I wish you the best of luck.

@getify getify closed this as completed Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants