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 a39f437

Browse files
Update article.md
1 parent cb62d6d commit a39f437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/05-data-types/08-weakmap-weakset/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let array = [ john ];
3030
john = null; // overwrite the reference
3131

3232
*!*
33-
// the object previously referenced by john is stored inside the array
33+
// the object previously referenced by john is stored inside the array
3434
// therefore it won't be garbage-collected
3535
// we can get it as array[0]
3636
*/!*

0 commit comments

Comments
(0)

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