<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>Arrays &#8211; Webbjocke</title>
	<atom:link href="https://webbjocke.com/tag/arrays/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>ECMAScript 5&#039;s array metods</title>
		<link>https://webbjocke.com/ecmascript-5-array-methods/</link>
				<comments>https://webbjocke.com/ecmascript-5-array-methods/#respond</comments>
				<pubDate>Fri, 12 Aug 2016 18:13:21 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Node]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[ECMAScript 5]]></category>
		<category><![CDATA[Methods]]></category>
				<description><![CDATA[<p>It was a great many years ago ECMAScript 5 came out to javascript now, and brought not only lots of exciting news, but also a great deal of new array methods. Methods that does everything from looping through, changing, filtering and extracting values from them. Below is a list over all the array methods that..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/ecmascript-5-array-methods/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/ecmascript-5-array-methods/">ECMAScript 5&#039;s array metods</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/ecmascript-5-array-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Arrays in javascript and their methods</title>
		<link>https://webbjocke.com/arrays-in-javascript-and-their-methods/</link>
				<comments>https://webbjocke.com/arrays-in-javascript-and-their-methods/#respond</comments>
				<pubDate>Sat, 04 Jul 2015 23:52:38 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Methods]]></category>
				<description><![CDATA[<p>An array in javascript is something that could be described as a list of values. Until now we&#039;ve only talked about single values like strings and numbers that can be stored into variables. But sometimes you want to be able to store multiple values in the same place, like in a variable. For example if..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/arrays-in-javascript-and-their-methods/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/arrays-in-javascript-and-their-methods/">Arrays in javascript and their methods</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/arrays-in-javascript-and-their-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
