<?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>OpenJavaScript.info</title>
	<atom:link href="https://openjavascript.info/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Thu, 28 Dec 2023 11:43:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://openjavascript.info/wp-content/uploads/2023/12/cropped-android-chrome-192x192-1-32x32.png</url>
	<title>OpenJavaScript.info</title>
	<link>https://openjavascript.info/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Get CSS Styles Applied to an Element in JavaScript</title>
		<link>https://openjavascript.info/2023/12/28/get-css-styles-applied-to-an-element-in-javascript/</link>
					<comments>https://openjavascript.info/2023/12/28/get-css-styles-applied-to-an-element-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Thu, 28 Dec 2023 11:39:48 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[getComputedStyle()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7078</guid>

					<description><![CDATA[<p>How to query the CSS values of a HTML element with JavaScript.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/28/get-css-styles-applied-to-an-element-in-javascript/">Get CSS Styles Applied to an Element in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/28/get-css-styles-applied-to-an-element-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a Simple Counter in React</title>
		<link>https://openjavascript.info/2023/12/24/create-a-simple-counter-in-react/</link>
					<comments>https://openjavascript.info/2023/12/24/create-a-simple-counter-in-react/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sun, 24 Dec 2023 00:31:28 +0000</pubDate>
				<category><![CDATA[JavaScript projects]]></category>
		<category><![CDATA[React]]></category>
		<category><![CDATA[useState()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7073</guid>

					<description><![CDATA[<p>Get to know basic React by creating a counter application.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/24/create-a-simple-counter-in-react/">Create a Simple Counter in React</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/24/create-a-simple-counter-in-react/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a Todo List Application in React (add, delete, and edit items)</title>
		<link>https://openjavascript.info/2023/12/23/create-a-todo-list-application-in-react-add-delete-and-edit-items/</link>
					<comments>https://openjavascript.info/2023/12/23/create-a-todo-list-application-in-react-add-delete-and-edit-items/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sat, 23 Dec 2023 16:18:32 +0000</pubDate>
				<category><![CDATA[JavaScript projects]]></category>
		<category><![CDATA[React]]></category>
		<category><![CDATA[CRUD]]></category>
		<category><![CDATA[useState()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7068</guid>

					<description><![CDATA[<p>Learn CRUD operations in React by building an editable todo list application.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/23/create-a-todo-list-application-in-react-add-delete-and-edit-items/">Create a Todo List Application in React (add, delete, and edit items)</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/23/create-a-todo-list-application-in-react-add-delete-and-edit-items/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Play Audio in JavaScript</title>
		<link>https://openjavascript.info/2023/12/15/how-to-play-audio-in-javascript/</link>
					<comments>https://openjavascript.info/2023/12/15/how-to-play-audio-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 15 Dec 2023 14:38:04 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[audio]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7062</guid>

					<description><![CDATA[<p>Load, play, pause audio and create a playlist.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/15/how-to-play-audio-in-javascript/">How to Play Audio in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/15/how-to-play-audio-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Move array item to the beginning of its array in JavaScript</title>
		<link>https://openjavascript.info/2023/12/12/move-array-item-to-the-beginning-of-the-array-in-javascript/</link>
					<comments>https://openjavascript.info/2023/12/12/move-array-item-to-the-beginning-of-the-array-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 12 Dec 2023 15:38:22 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[arrays]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7056</guid>

					<description><![CDATA[<p>Learn how without mutating the original array and in a reusable function.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/12/move-array-item-to-the-beginning-of-the-array-in-javascript/">Move array item to the beginning of its array in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/12/move-array-item-to-the-beginning-of-the-array-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get the first and last date and day the current month in JavaScript</title>
		<link>https://openjavascript.info/2023/12/12/get-the-first-and-last-date-and-day-the-current-month-in-javascript/</link>
					<comments>https://openjavascript.info/2023/12/12/get-the-first-and-last-date-and-day-the-current-month-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 12 Dec 2023 12:06:40 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Date()]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[month]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7053</guid>

					<description><![CDATA[<p>A native JavaScript solution using the native Date object.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/12/get-the-first-and-last-date-and-day-the-current-month-in-javascript/">Get the first and last date and day the current month in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/12/get-the-first-and-last-date-and-day-the-current-month-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create a function that accepts an unknown number of arguments in JavaScript</title>
		<link>https://openjavascript.info/2023/12/12/how-to-create-a-function-that-accepts-an-unknown-number-of-arguments-in-javascript/</link>
					<comments>https://openjavascript.info/2023/12/12/how-to-create-a-function-that-accepts-an-unknown-number-of-arguments-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 12 Dec 2023 09:08:49 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[spread operator]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7049</guid>

					<description><![CDATA[<p>Avoid specifying manually the number of arguments that a function will accept.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/12/how-to-create-a-function-that-accepts-an-unknown-number-of-arguments-in-javascript/">How to create a function that accepts an unknown number of arguments in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/12/how-to-create-a-function-that-accepts-an-unknown-number-of-arguments-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Extract files from a zip file in JavaScript using JSZip</title>
		<link>https://openjavascript.info/2023/11/27/extract-files-from-a-zip-file-in-javascript-using-jszip/</link>
					<comments>https://openjavascript.info/2023/11/27/extract-files-from-a-zip-file-in-javascript-using-jszip/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 27 Nov 2023 13:29:56 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[JSZip]]></category>
		<category><![CDATA[Zip files]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7027</guid>

					<description><![CDATA[<p>Code examples include getting file data from a user-selected zip file and a fetched zip file.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/11/27/extract-files-from-a-zip-file-in-javascript-using-jszip/">Extract files from a zip file in JavaScript using JSZip</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/11/27/extract-files-from-a-zip-file-in-javascript-using-jszip/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Check if an object is empty in JavaScript</title>
		<link>https://openjavascript.info/2023/11/27/check-if-an-object-is-empty-in-javascript/</link>
					<comments>https://openjavascript.info/2023/11/27/check-if-an-object-is-empty-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 27 Nov 2023 07:40:48 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Object.keys()]]></category>
		<category><![CDATA[objects]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7020</guid>

					<description><![CDATA[<p>How to check if a JavaScript object is empty despite the absence of a length property.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/11/27/check-if-an-object-is-empty-in-javascript/">Check if an object is empty in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/11/27/check-if-an-object-is-empty-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get the current index in a JavaScript for&#8230;of loop</title>
		<link>https://openjavascript.info/2023/11/15/get-the-current-index-in-a-javascript-for-of-loop/</link>
					<comments>https://openjavascript.info/2023/11/15/get-the-current-index-in-a-javascript-for-of-loop/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 15 Nov 2023 09:51:16 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[entries()]]></category>
		<category><![CDATA[for...of loop]]></category>
		<category><![CDATA[loops]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7007</guid>

					<description><![CDATA[<p>How to extract the current index using entries() and array destructuring syntax.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/11/15/get-the-current-index-in-a-javascript-for-of-loop/">Get the current index in a JavaScript for&#8230;of loop</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/11/15/get-the-current-index-in-a-javascript-for-of-loop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
