<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>Javascript &#8211; Webbjocke</title>
	<atom:link href="https://webbjocke.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbjocke.com</link>
	<description>A blog about the web and programming</description>
	<lastBuildDate>Wed, 28 Feb 2018 17:52:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<item>
		<title>Web encryption and hashing in javascript with the crypto api</title>
		<link>https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/</link>
				<comments>https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/#comments</comments>
				<pubDate>Wed, 28 Feb 2018 17:13:44 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Base64]]></category>
		<category><![CDATA[Decryption]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Hashing]]></category>
		<category><![CDATA[Hex]]></category>
				<description><![CDATA[<p>A while ago it was announced that a crypto api will be released for javascript. Meaning it will be possible to do real encrypting and decrypting, and generating hashes directly in the web browser. Now it’s actually possible! It should be noted though that even if the api is a candidate recommendation, the browser support..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/">Web encryption and hashing in javascript with the crypto api</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
							</item>
		<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>RequestAnimationFrame for better animations in javascript</title>
		<link>https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/</link>
				<comments>https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/#respond</comments>
				<pubDate>Sun, 24 Apr 2016 20:12:15 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Animations]]></category>
		<category><![CDATA[requestAnimationFrame]]></category>
				<description><![CDATA[<p>RequestAnimationFrame is a function in javascript which is used to create animations directly in the browser. Javascript has been used for doing animations for a long time, and it&#039;s pretty awesome what things really can be done with the language. For simpler stuff though as animated hover effects when someone hovers their mouse cursor over..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/">RequestAnimationFrame for better animations in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Localstorage instead of cookies in javascript</title>
		<link>https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/</link>
				<comments>https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/#respond</comments>
				<pubDate>Sat, 26 Dec 2015 14:00:22 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[Localstorage]]></category>
				<description><![CDATA[<p>When this article is written localstorage in javascript isn&#039;t anything new. It&#039;s been available since html5 rolled out on the web, and is simply a way of storing user data between page views. Cookies in javascript As most people know, nothing in javascript is saved when a user reloads a page or navigates to another...</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/">Localstorage instead of cookies in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<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>
		<item>
		<title>Null and undefined in javascript</title>
		<link>https://webbjocke.com/javascript-null-and-undefined/</link>
				<comments>https://webbjocke.com/javascript-null-and-undefined/#respond</comments>
				<pubDate>Wed, 12 Aug 2015 09:12:34 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Null]]></category>
		<category><![CDATA[Undefined]]></category>
				<description><![CDATA[<p>Null and undefined are two data types in javascript that are a bit special and different from each other. Most programming languages only have null, but in javascript there&#039;s also undefined which is similar to null, but not exactly the same. They both are a bit similar to the boolean false. All three are falsy..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-null-and-undefined/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-null-and-undefined/">Null and undefined in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-null-and-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Dates and time in javascript with date</title>
		<link>https://webbjocke.com/javascript-date-and-time/</link>
				<comments>https://webbjocke.com/javascript-date-and-time/#respond</comments>
				<pubDate>Sun, 05 Jul 2015 19:37:28 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Dates]]></category>
		<category><![CDATA[Learn javascript]]></category>
		<category><![CDATA[Time]]></category>
				<description><![CDATA[<p>Introduction to time and date It&#039;s probably not a surprise that you can work with dates and times in javascript. There&#039;s an object built in for that which is used all the time in all sorts of projects. Often to be able to set a date for when something has happened or will happen. For..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-date-and-time/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-date-and-time/">Dates and time in javascript with date</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-date-and-time/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>
		<item>
		<title>Loops in javascript</title>
		<link>https://webbjocke.com/javascript-loops/</link>
				<comments>https://webbjocke.com/javascript-loops/#respond</comments>
				<pubDate>Thu, 02 Jul 2015 20:29:57 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[For]]></category>
		<category><![CDATA[Loops]]></category>
		<category><![CDATA[While]]></category>
				<description><![CDATA[<p>Loops in javascript are something very useful and which are used all the time. They&#039;re not specific just for javascript, rather they can be found in almost all programming languages in the world. Loops are one of the most fundamental building blocks in programming, and some argument that all you really need to create a..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-loops/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-loops/">Loops in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-loops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
