Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aed9d commit 05f38c6Copy full SHA for 05f38c6
doc/contributing/using-symbols.md
@@ -61,7 +61,7 @@ for different reasons.
61
62
```js
63
const s = Symbol.for('hello');
64
-console.log(s === Symbol.for('hello'));
+console.log(s === Symbol.for('hello')); // true
65
```
66
67
In the Node.js runtime we prefix all our global symbols with `nodejs.`,
0 commit comments