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 7e90216 commit 5dd277fCopy full SHA for 5dd277f
1 file changed
1-js/04-object-basics/02-object-copy/article.md
@@ -27,7 +27,7 @@ let user = {
27
};
28
```
29
30
-And here's how it's actually stored in memory:
+실제로는 메모리에 다음과 같이 저장됩니다.
31
32

33
0 commit comments