We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d9cf37 + d9cbf25 commit 9d76f97Copy full SHA for 9d76f97
1-js/04-object-basics/03-symbol/article.md
@@ -75,7 +75,7 @@ user[id] = "ID Value";
75
alert( user[id] ); // we can access the data using the symbol as the key
76
```
77
78
-What's the benefit over using `Symbol("id")` over a string `"id"`?
+What's the benefit of using `Symbol("id")` over a string `"id"`?
79
80
Let's make the example a bit deeper to see that.
81
0 commit comments