Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /