<?xml version="1.0" encoding="UTF-8"?><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 Archives - this is how i code</title>
	<atom:link href="https://thisishowicode.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://thisishowicode.com/category/javascript/</link>
	<description>my personal journey through creating with code</description>
	<lastBuildDate>Wed, 12 Jun 2024 20:28:37 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>How to use TypeScript with React: A Brief Overview</title>
		<link>https://thisishowicode.com/how-to-use-typescript-with-react-a-brief-overview/</link>
					<comments>https://thisishowicode.com/how-to-use-typescript-with-react-a-brief-overview/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 09 Jun 2024 20:30:56 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[React]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1269</guid>

					<description><![CDATA[<p>I went bravely from using js to jsx files. Then I overcame the gag reflex to write html in javascript. It was time to cover the final threshold with TypeScript and the tsx filetype. In this article, I cover briefly, how to use TypeScript with React. Defining types within functions If you&#8217;re familiar with TypeScript, [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/how-to-use-typescript-with-react-a-brief-overview/">How to use TypeScript with React: A Brief Overview</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/how-to-use-typescript-with-react-a-brief-overview/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to immediately call a function in JavaScript (IIFE)</title>
		<link>https://thisishowicode.com/how-to-immediately-call-a-function-in-javascript-iife/</link>
					<comments>https://thisishowicode.com/how-to-immediately-call-a-function-in-javascript-iife/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 28 Apr 2024 10:39:18 +0000</pubDate>
				<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1191</guid>

					<description><![CDATA[<p>Sometimes you might want to run a function without ever having to call it. This is especially useful when you want to declare some global variables, but also keep them private, within a function. This article explains how you can immediately call a function in javascript. What is an IIFE? An Immediately Invoked Function Expression [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/how-to-immediately-call-a-function-in-javascript-iife/">How to immediately call a function in JavaScript (IIFE)</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/how-to-immediately-call-a-function-in-javascript-iife/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get Frontend API Data with Javascript</title>
		<link>https://thisishowicode.com/get-frontend-api-data-with-javascript/</link>
					<comments>https://thisishowicode.com/get-frontend-api-data-with-javascript/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Wed, 16 Aug 2023 21:00:57 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Node]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=970</guid>

					<description><![CDATA[<p>Using the native fetch() to get frontend api data with javascript is easier than ever, and works great alongside frameworks such as vue. Grabbing data the old way Before fetch came along, API requests were made using XMLHttpRequest, which didn&#8217;t include the use of Promises. It was a little bit verbose, like so: Grabbing data [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/get-frontend-api-data-with-javascript/">Get Frontend API Data with Javascript</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/get-frontend-api-data-with-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Arrays in Javascript: Data Power Moves</title>
		<link>https://thisishowicode.com/using-arrays-in-javascript-data-power-moves/</link>
					<comments>https://thisishowicode.com/using-arrays-in-javascript-data-power-moves/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 22:19:25 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=976</guid>

					<description><![CDATA[<p>Arrays are the bread and butter of javascript when it comes to handling data. Especially awhen grabbing data from APIs and filtering results. I&#8217;ve noted some super useful built in methods relating to arrays, to help with all sorts of situations. Get to know these, for great power comes great responsibility&#8230; Filtering an array Array.prototype.filter() [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/using-arrays-in-javascript-data-power-moves/">Using Arrays in Javascript: Data Power Moves</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/using-arrays-in-javascript-data-power-moves/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Improving My JavaScript Skills &#8211; 5 Things</title>
		<link>https://thisishowicode.com/improving-my-javascript-skills-5-things/</link>
					<comments>https://thisishowicode.com/improving-my-javascript-skills-5-things/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 11 Jul 2021 13:16:16 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Self Improvement]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=773</guid>

					<description><![CDATA[<p>I&#8217;m always improving my javascript skills when I&#8217;m learning something new. Sometimes it&#8217;s worth going over existing skills again to reinforce that knowledge. I&#8217;ve found these 5 things to be pretty powerful. 1. Underscoring Variables and Namespacing events These is more helpful for code readability, rather than it being a particular feature. The first uses [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/improving-my-javascript-skills-5-things/">Improving My JavaScript Skills &#8211; 5 Things</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/improving-my-javascript-skills-5-things/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
