HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
객체 참조는 객체 에 대한 링크입니다. 객체 참조는 연결된 객체와 똑같이 사용될 수 있습니다.
동일한 객체를 둘 이상의 "속성"에 할당하면 객체 참조의 개념이 명확해집니다. 할당된 각 속성은 객체의 복사본을 보유하는 대신, 동일한 객체에 연결되는 객체 참조를 보유하므로, 객체가 변경되면 해당 객체를 참조하는 모든 속성이 변경사항을 반영합니다.