We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5e8b6d + 1d6dc01 commit 2efe0dcCopy full SHA for 2efe0dc
1-js/04-object-basics/03-garbage-collection/article.md
@@ -74,7 +74,7 @@ Now if we do the same:
74
user = null;
75
```
76
77
-...Then the object is still reachable via `admin` global variable, so it's in memory. If we overwrite `admin` too, then it can be removed.
+...Then the object is still reachable via `admin` global variable, so it must stay in memory. If we overwrite `admin` too, then it can be removed.
78
79
## Interlinked objects
80
0 commit comments