Skip to content

Commit 9d76f97

Browse files
authored
Merge pull request #563 from dagolinuxoid/patch-4
fixSentence
2 parents 6d9cf37 + d9cbf25 commit 9d76f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/03-symbol/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ user[id] = "ID Value";
7575
alert( user[id] ); // we can access the data using the symbol as the key
7676
```
7777

78-
What's the benefit over using `Symbol("id")` over a string `"id"`?
78+
What's the benefit of using `Symbol("id")` over a string `"id"`?
7979

8080
Let's make the example a bit deeper to see that.
8181

0 commit comments

Comments
 (0)