<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 12:08:50 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) javascript function argument handling - Glycerine</title>
      <link>https://snipplr.com/view/62675/javascript-function-argument-handling</link>
      <description>&lt;p&gt;/*&#13;
 * A little help function for when I'm creating functions&#13;
 * &#13;
 * When I pluck values from function arguments I tend to&#13;
 * write content of this function repeatedly.&#13;
 * &#13;
 * e.g.&#13;
 * a = arguments&#13;
 * this.id = arg(a, 0)&#13;
 * this.name = arg(a, 3)&#13;
 * &#13;
 * this.id == 6&#13;
 * this.name == null&#13;
 */&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jan 2012 14:31:09 UTC</pubDate>
      <guid>https://snipplr.com/view/62675/javascript-function-argument-handling</guid>
    </item>
  </channel>
</rss>
