<?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/arguments</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 01:26:39 GMT</pubDate>
<item>
<title>(JavaScript) Accessing Arguments Using the Arguments Object</title>
<link>http://snipplr.com/view/4239/accessing-arguments-using-the-arguments-object/</link>
<description><![CDATA[ <p>Every function has an object called the arguments object. This is an object that contains all the arguments that were passed to the function. The example below shows how to access these. Very rarely used but useful to know. Note: it may look like an array, but it's better to think of it as an object with numbered properties.</p> ]]></description>
<pubDate>Sun, 02 Dec 2007 06:50:07 GMT</pubDate>
<guid>http://snipplr.com/view/4239/accessing-arguments-using-the-arguments-object/</guid>
</item>
<item>
<title>(JavaScript) Optional Function Arguments</title>
<link>http://snipplr.com/view/4238/optional-function-arguments/</link>
<description><![CDATA[ <p>Simple way of allowing functions to take optional arguments. Always place the optional arguments last, so you don't have to explicitly pass an argument as "undefined".</p> ]]></description>
<pubDate>Sun, 02 Dec 2007 06:19:11 GMT</pubDate>
<guid>http://snipplr.com/view/4238/optional-function-arguments/</guid>
</item>
</channel>
</rss>