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 5ac5183 commit 41766c9Copy full SHA for 41766c9
1-js/04-object-basics/08-symbol/article.md
@@ -121,7 +121,7 @@ user.id = "Their id value"
121
// Boom! overwritten by another script!
122
```
123
124
-### Symbols in a object literal
+### Symbols in an object literal
125
126
If we want to use a symbol in an object literal `{...}`, we need square brackets around it.
127
0 commit comments