We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e8b6d commit 1d6dc01Copy full SHA for 1d6dc01
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