Skip to content

Commit ae41a49

Browse files
ws8313Violet-Bora-Lee
authored andcommitted
[오타수정] Part 1 4.3 가비지 컬렉션 #1564
1 parent 31d5a0c commit ae41a49

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/03-garbage-collection

1 file changed

+1
-1
lines changed

1-js/04-object-basics/03-garbage-collection/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
'도달 가능한(reachable)' 값은 쉽게 말해 어떻게든 접근하거나 사용할 수 있는 값을 의미합니다. 도달 가능한 값은 메모리에서 삭제되지 않습니다.
1212

13-
1. 아래 소개해 드릴 값들은 그 태생부터 도달 가능하기 때문에, 명백한 이유 없이는 삭제되지 않습니다.
13+
1. 아래 소개해 드릴값들은 그 태생부터 도달 가능하기 때문에, 명백한 이유 없이는 삭제되지 않습니다.
1414

1515
예시:
1616

0 commit comments

Comments
 (0)