| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c9aed9d commit 05f38c6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,7 +61,7 @@ for different reasons. | |||
| 61 | 61 | ||
| 62 | 62 | ```js | |
| 63 | 63 | const s = Symbol.for('hello'); | |
| 64 | - console.log(s === Symbol.for('hello')); | ||
| 64 | + console.log(s === Symbol.for('hello')); // true | ||
| 65 | 65 | ``` | |
| 66 | 66 | ||
| 67 | 67 | In the Node.js runtime we prefix all our global symbols with `nodejs.`, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments