<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - 1man</title>
<link>http://snipplr.com/users/1man/language/javascript/tags/method</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Dec 2008 05:14:23 GMT</pubDate>
<item>
<title>(JavaScript) Function call() Method</title>
<link>http://snipplr.com/view/4241/function-call-method/</link>
<description><![CDATA[ <p>This method allows you to call a function as a method of another object. The first argument the call method expects is the object it is to operate on. Any others are part of the function. Note how the this keyword now refers to the comp object, so a result property is created inside comp.</p> ]]></description>
<pubDate>Sun, 02 Dec 2007 09:24:31 GMT</pubDate>
<guid>http://snipplr.com/view/4241/function-call-method/</guid>
</item>
<item>
<title>(JavaScript) Extending Objects and Custom Objects using .prototype</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>
</channel>
</rss>