Skip to content

Commit 2f9d9a7

Browse files
committed
docs: 누락 문장 번역
1 parent 5dd277f commit 2f9d9a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

1-js/04-object-basics/02-object-copy/article.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ let phrase = message;
1515

1616
![](variable-copy-value.svg)
1717

18+
당연한 결과처럼 보이죠?
19+
1820
그런데 객체의 동작 방식은 이와 다릅니다.
1921

2022
**변수엔 객체가 그대로 저장되는 것이 아니라, 객체가 저장되어있는 '메모리 주소'인 객체에 대한 '참조 값'이 저장됩니다.**

0 commit comments

Comments
 (0)