<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>중첩 on ElegantCoder</title><link>http://elegantcoder.com/tags/%EC%A4%91%EC%B2%A9/</link><description>Recent content in 중첩 on ElegantCoder</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 06 Aug 2015 07:21:17 +0000</lastBuildDate><atom:link href="http://elegantcoder.com/tags/%EC%A4%91%EC%B2%A9/index.xml" rel="self" type="application/rss+xml"/><item><title>중첩된.오브젝트.프로퍼티.가져오기.성공적 = getobject </title><link>http://elegantcoder.com/posts/js-getobject/</link><pubDate>Wed, 17 Jun 2015 17:44:37 +0000</pubDate><guid>http://elegantcoder.com/posts/js-getobject/</guid><description>TypeError: Cannot read property ‘..’ of undefined 는 매우 흔히 발생하고 오랫동안 개발자를 괴롭혀온 에러다. 이 에러는 오브젝트의 프로퍼티에 접근하려 하는데 그 오브젝트가 undefined 인 경우 발생한다. 즉, 아래 같은 상황이다. &amp;gt; var opt = {}; undefined &amp;gt; opt.a.b.c.d TypeError: Cannot read property ‘b’ of undefined … &amp;gt; 특히 API 연동처럼 외부에서 생성된 오브젝트를 가져와 […]</description></item></channel></rss>