<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - luizlopes</title>
<link>http://snipplr.com/users/luizlopes/language/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 10:46:15 GMT</pubDate>
<item>
<title>(JavaScript) Elegant FizzBuzz Example</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>
<item>
<title>(JavaScript) JavaScript Object Prototypal inheritance</title>
<link>http://snipplr.com/view/60905/javascript-object-prototypal-inheritance/</link>
<description><![CDATA[ <p>an operator that implements true prototypal Object inheritance in JavaScript</p> ]]></description>
<pubDate>Thu, 17 Nov 2011 05:10:33 GMT</pubDate>
<guid>http://snipplr.com/view/60905/javascript-object-prototypal-inheritance/</guid>
</item>
<item>
<title>(JavaScript) Iterating over the properties of an object</title>
<link>http://snipplr.com/view/60876/iterating-over-the-properties-of-an-object/</link>
<description><![CDATA[ <p>JSLint requires the body of every `for in` statement should be wrapped in an `if` statement</p> ]]></description>
<pubDate>Wed, 16 Nov 2011 06:40:58 GMT</pubDate>
<guid>http://snipplr.com/view/60876/iterating-over-the-properties-of-an-object/</guid>
</item>
<item>
<title>(JavaScript) iPhone Orientation Javascript</title>
<link>http://snipplr.com/view/10935/iphone-orientation-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 Jan 2009 10:17:51 GMT</pubDate>
<guid>http://snipplr.com/view/10935/iphone-orientation-javascript/</guid>
</item>
</channel>
</rss>