| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,9 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | 5 | <!--name=module--> | |
| 6 | 6 | ||
| 7 | - Node.js has a simple module loading system. In Node.js, files and modules are | ||
| 8 | - in one-to-one correspondence. As an example, `foo.js` loads the module | ||
| 9 | - `circle.js` in the same directory. | ||
| 7 | + Node.js has a simple module loading system. In Node.js, files and modules | ||
| 8 | + are in one-to-one correspondence (each file is treated as a separate module). | ||
| 9 | + As an example, `foo.js` loads the module `circle.js` in the same directory. | ||
| 10 | 10 | ||
| 11 | 11 | The contents of `foo.js`: | |
| 12 | 12 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments