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

[Scope & Closures] Practice Closure 3 Textual Issue #1716

Closed
hochan222 opened this issue Dec 20, 2020 · 0 comments
Closed

[Scope & Closures] Practice Closure 3 Textual Issue #1716

hochan222 opened this issue Dec 20, 2020 · 0 comments

Comments

@hochan222
Copy link

hochan222 commented Dec 20, 2020

I already searched for this issue

Edition: (1st or 2nd)
2nd

Book Title:
Scope & Closure

Chapter:
Practice

Section Title:
Closure 3

Problem:
image

useCalc(calc,"*8="); // *5=128

must be

useCalc(calc,"*8="); // *8=128

Of course, the author said that all minor errors will be corrected, but he says he will not make revised versions of future books (for next chapter), so I leaves it to help with the inspection. I uploaded it because it was not in the issue.

In addition, I read well. This book gave me a fresh perspective on understanding closures. Thank you.

Pull Request #1717

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