| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -560,7 +560,7 @@ wrapper that looks like the following: | |||
| 560 | 560 | ||
| 561 | 561 | By doing this, Node.js achieves a few things: | |
| 562 | 562 | ||
| 563 | - * It keeps top-level variables (defined with `var`, `const` or `let`) scoped to | ||
| 563 | + * It keeps top-level variables (defined with `var`, `const`, or `let`) scoped to | ||
| 564 | 564 | the module rather than the global object. | |
| 565 | 565 | * It helps to provide some global-looking variables that are actually specific | |
| 566 | 566 | to the module, such as: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments