<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Switch &#8211; Webbjocke</title>
	<atom:link href="https://webbjocke.com/tag/switch/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbjocke.com</link>
	<description>A blog about the web and programming</description>
	<lastBuildDate>Thu, 22 Jun 2017 09:35:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<item>
		<title>How switch works in javascript</title>
		<link>https://webbjocke.com/javascript-switch/</link>
				<comments>https://webbjocke.com/javascript-switch/#respond</comments>
				<pubDate>Fri, 28 Aug 2015 17:18:04 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Expressions]]></category>
		<category><![CDATA[Switch]]></category>
				<description><![CDATA[<p>Switch is a statement in javascript that&#039;s used to control the data flow in programs. With other words to be able to decide what should happen from different cases or actions. Basically the same way one does with if and else, which most people probably are familiar with by now. They work in similar ways..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-switch/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-switch/">How switch works in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
