<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/property</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 09:27:39 GMT</pubDate>
<item>
<title>(JavaScript) if(property in object) - tennison</title>
<link>http://snipplr.com/view/29413/ifproperty-in-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 08 Mar 2010 03:21:25 GMT</pubDate>
<guid>http://snipplr.com/view/29413/ifproperty-in-object/</guid>
</item>
<item>
<title>(JavaScript) Toggle value of nested property - noah</title>
<link>http://snipplr.com/view/3251/toggle-value-of-nested-property/</link>
<description><![CDATA[ <p>I feel like I once found an elegant way of setting nested properties without using eval().  However i can't find that code, and atm this is the best I can do.</p> ]]></description>
<pubDate>Sun, 08 Jul 2007 10:58:49 GMT</pubDate>
<guid>http://snipplr.com/view/3251/toggle-value-of-nested-property/</guid>
</item>
<item>
<title>(JavaScript) Does an object have a specific property? - noah</title>
<link>http://snipplr.com/view/2708/does-an-object-have-a-specific-property/</link>
<description><![CDATA[ <p>This is a very easy way to check if an object has a given property.  Easier than checking if (obj.foo != null) or some such, which is what I've been doing :(  From Flanagan, 5th ed, p. 108.; but I actually ran across it in the source of this page: http://www.gtalbot.org/DHTMLSection/DynamicOpacity.html, thanks to Gerard Talbot on clj.</p> ]]></description>
<pubDate>Thu, 24 May 2007 09:24:08 GMT</pubDate>
<guid>http://snipplr.com/view/2708/does-an-object-have-a-specific-property/</guid>
</item>
<item>
<title>(JavaScript) Extending Objects and Custom Objects using .prototype - 1man</title>
<link>http://snipplr.com/view/2364/extending-objects-and-custom-objects-using-prototype/</link>
<description><![CDATA[ <p>Extend a custom object, and a pre-defined object(e.g. string) using .prototype available in JS.</p> ]]></description>
<pubDate>Tue, 20 Mar 2007 08:02:15 GMT</pubDate>
<guid>http://snipplr.com/view/2364/extending-objects-and-custom-objects-using-prototype/</guid>
</item>
<item>
<title>(JavaScript) Inspect and object and show properies and methods in a new window - cochambre</title>
<link>http://snipplr.com/view/632/inspect-and-object-and-show-properies-and-methods-in-a-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Aug 2006 07:57:34 GMT</pubDate>
<guid>http://snipplr.com/view/632/inspect-and-object-and-show-properies-and-methods-in-a-new-window/</guid>
</item>
</channel>
</rss>