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

Error in example #539

Open
gaston-sanchez-deel opened this issue Aug 7, 2024 · 0 comments
Open

Error in example #539

gaston-sanchez-deel opened this issue Aug 7, 2024 · 0 comments

Comments

@gaston-sanchez-deel
Copy link

I'm not sure if this has been reported before but there is an error with the example in the motivation section.

The statement return result; is going to fail with a ReferenceError because result is scoped to the try block and referencing it outside of it will cause an error.

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

1 participant