We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e6456 commit bc8b37bCopy full SHA for bc8b37b
1 file changed
1-js/04-object-basics/03-garbage-collection/article.md
@@ -14,8 +14,8 @@ Simply put, "reachable" values are those that are accessible or usable somehow.
14
15
For instance:
16
17
- - Local variables and parameters of the current function.
18
- - Variables and parameters for other functions on the current chain of nested calls.
+ - The currently executing function, its local variables and parameters.
+ - Other functions on the current chain of nested calls, their local variables and parameters.
19
- Global variables.
20
- (there are some other, internal ones as well)
21
0 commit comments