<?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/tags/fizz</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 20:01:10 GMT</pubDate>
<item>
<title>(JavaScript) Elegant FizzBuzz Example - luizlopes</title>
<link>http://snipplr.com/view/60943/elegant-fizzbuzz-example/</link>
<description><![CDATA[ <p>When you use the `+` operator on an Array, it converts it to a string.` [].toString()` is the same as `[].join(',')`, which gives an empty string in case the array value is `undefined` or `null`. This also works in Javascript `([undefined] + "b" === "b")`.</p> ]]></description>
<pubDate>Fri, 18 Nov 2011 02:43:10 GMT</pubDate>
<guid>http://snipplr.com/view/60943/elegant-fizzbuzz-example/</guid>
</item>
</channel>
</rss>