-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: improvements to errors.markdown copy #4454
Conversation
|
||
- JavaScript errors caused by improper JavaScript language syntax | ||
([`SyntaxError`][]), use of undefined variables ([`ReferenceError`][]), | ||
passing arguments of the wrong type ([`TypeError`][]), and so on; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and so on here is a bit non-descriptive for documentation. If there are other JavaScript errors we should likely list them right?
LGTM with a few small nits |
👍 to the nits @thealphanerd mentioned. After those are resolved, I'd say LGTM too. |
General improvements to errors.markdown including improved/revised examples
31716d0
to
ab658f4
Compare
@Qard @thealphanerd ... nits addressed. |
LGTM |
General improvements to errors.markdown including improved/revised examples PR-URL: #4454 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
Landed in bbb4a2a |
General improvements to errors.markdown including improved/revised examples PR-URL: nodejs#4454 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
General improvements to errors.markdown including improved/revised examples PR-URL: #4454 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
General improvements to errors.markdown including improved/revised examples PR-URL: #4454 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
General improvements to errors.markdown including improved/revised examples PR-URL: nodejs#4454 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
General improvements to errors.markdown including
improved/revised examples