<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>Booleans &#8211; Webbjocke</title>
	<atom:link href="https://webbjocke.com/tag/booleans/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbjocke.com</link>
	<description>A blog about the web and programming</description>
	<lastBuildDate>Thu, 01 Feb 2018 11:09:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<item>
		<title>How to better check data types in javascript</title>
		<link>https://webbjocke.com/javascript-check-data-types/</link>
				<comments>https://webbjocke.com/javascript-check-data-types/#comments</comments>
				<pubDate>Sat, 20 Aug 2016 19:31:20 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Booleans]]></category>
		<category><![CDATA[Data types]]></category>
		<category><![CDATA[Null]]></category>
		<category><![CDATA[Number]]></category>
		<category><![CDATA[Strings]]></category>
				<description><![CDATA[<p>To check what data type something has in javascript is not always the easiest. The language itself provides an operator called typeof for that which works in a straightforward way. Typeof returns a string of what a values data type is, so for an object &#8220;object&quot; is returned and for a string &#8220;string&quot;. However javascripts..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-check-data-types/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-check-data-types/">How to better check data types in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-check-data-types/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
							</item>
		<item>
		<title>If, else and else if in javascript</title>
		<link>https://webbjocke.com/javascript-if-else-and-else-if/</link>
				<comments>https://webbjocke.com/javascript-if-else-and-else-if/#respond</comments>
				<pubDate>Fri, 26 Jun 2015 14:21:22 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Booleans]]></category>
		<category><![CDATA[Expressions]]></category>
		<category><![CDATA[If/Else]]></category>
		<category><![CDATA[Learn javascript]]></category>
				<description><![CDATA[<p>What if and else is The statements if and else in javascript means exactly what they sound like, if something is true do this, or else do something else. Both these statements are used very often in the language in order to control programs data flow. Often when coding you want to be able to..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-if-else-and-else-if/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-if-else-and-else-if/">If, else and else if in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-if-else-and-else-if/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Javascript expressions and booleans</title>
		<link>https://webbjocke.com/javascript-expressions-and-booleans/</link>
				<comments>https://webbjocke.com/javascript-expressions-and-booleans/#respond</comments>
				<pubDate>Mon, 15 Jun 2015 18:12:56 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Booleans]]></category>
		<category><![CDATA[Expressions]]></category>
				<description><![CDATA[<p>Expressions In javascript there&#039;s something one should know about before learning about booleans. That&#039;s expressions which is sort of a collection name for all types of code that results in a value. For example the statement x = 5; is an expression. What happens when the variable x is assigned the value is that first..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-expressions-and-booleans/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-expressions-and-booleans/">Javascript expressions and booleans</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-expressions-and-booleans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
