<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>Strings &#8211; Webbjocke</title>
	<atom:link href="https://webbjocke.com/tag/strings/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>Strings in javascript and their properties and methods</title>
		<link>https://webbjocke.com/javascript-strings-properties-and-methods/</link>
				<comments>https://webbjocke.com/javascript-strings-properties-and-methods/#respond</comments>
				<pubDate>Wed, 10 Jun 2015 19:09:10 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Methods]]></category>
		<category><![CDATA[Properties]]></category>
		<category><![CDATA[Strings]]></category>
				<description><![CDATA[<p>Strings in javascript This chapter is about strings in javascript. What a string is, is a sequence of characters like letters, numbers, symbols and spaces for instance to represent some kind of text. It&#039;s a data type that&#039;s used all the time for all sorts of things, and isn&#039;t unique for just javascript in any..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-strings-properties-and-methods/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-strings-properties-and-methods/">Strings in javascript and their properties and methods</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-strings-properties-and-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
