We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd277f commit 2f9d9a7Copy full SHA for 2f9d9a7
1 file changed
1-js/04-object-basics/02-object-copy/article.md
@@ -15,6 +15,8 @@ let phrase = message;
15
16

17
18
+당연한 결과처럼 보이죠?
19
+
20
그런데 객체의 동작 방식은 이와 다릅니다.
21
22
**변수엔 객체가 그대로 저장되는 것이 아니라, 객체가 저장되어있는 '메모리 주소'인 객체에 대한 '참조 값'이 저장됩니다.**
0 commit comments