<?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</title>
	<atom:link href="https://openjavascript.info/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/tag/javascript/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Fri, 03 Mar 2023 17:37:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>https://openjavascript.info/wp-content/uploads/2023/12/cropped-android-chrome-192x192-1-32x32.png</url>
	<title>Javascript Archives</title>
	<link>https://openjavascript.info/tag/javascript/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Show Desktop Notifications with JavaScript in the Browser</title>
		<link>https://openjavascript.info/2023/01/20/show-desktop-notifications-with-javascript-in-the-browser/</link>
					<comments>https://openjavascript.info/2023/01/20/show-desktop-notifications-with-javascript-in-the-browser/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 20 Jan 2023 06:53:35 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Notifications API]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6604</guid>

					<description><![CDATA[<p>Using the Notificaitons API, you can send system-level notifications to a user.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/01/20/show-desktop-notifications-with-javascript-in-the-browser/">Show Desktop Notifications with JavaScript in the Browser</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/01/20/show-desktop-notifications-with-javascript-in-the-browser/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build a REST API with Node.js and Express</title>
		<link>https://openjavascript.info/2023/01/19/build-a-rest-api-with-node-js-and-express/</link>
					<comments>https://openjavascript.info/2023/01/19/build-a-rest-api-with-node-js-and-express/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 06:16:52 +0000</pubDate>
				<category><![CDATA[Node.js]]></category>
		<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[REST API]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6596</guid>

					<description><![CDATA[<p>Express provides a simple sytnax for creating a REST API in Node.js.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/01/19/build-a-rest-api-with-node-js-and-express/">Build a REST API with Node.js and Express</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/01/19/build-a-rest-api-with-node-js-and-express/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get the size of a file in JavaScript</title>
		<link>https://openjavascript.info/2022/12/27/get-the-size-of-a-file-in-javascript/</link>
					<comments>https://openjavascript.info/2022/12/27/get-the-size-of-a-file-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 27 Dec 2022 13:12:48 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Blob]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6467</guid>

					<description><![CDATA[<p>First get the data in blob or blob-like format and then access its size property.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/27/get-the-size-of-a-file-in-javascript/">Get the size of a file in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/27/get-the-size-of-a-file-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Get the File Extension from a Filename String</title>
		<link>https://openjavascript.info/2022/12/26/how-to-get-the-file-extension-from-a-filename-string/</link>
					<comments>https://openjavascript.info/2022/12/26/how-to-get-the-file-extension-from-a-filename-string/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 26 Dec 2022 17:28:44 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[slice]]></category>
		<category><![CDATA[strings]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6458</guid>

					<description><![CDATA[<p>You can combine lastIndexOf() and slice() to get the file extension.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/26/how-to-get-the-file-extension-from-a-filename-string/">How to Get the File Extension from a Filename String</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/26/how-to-get-the-file-extension-from-a-filename-string/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Download Progress with JavaScript&#8217;s Fetch Function</title>
		<link>https://openjavascript.info/2022/12/21/download-progress-with-javascripts-fetch-function/</link>
					<comments>https://openjavascript.info/2022/12/21/download-progress-with-javascripts-fetch-function/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 21 Dec 2022 20:01:42 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[DOM manipulation]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Progress bar]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6415</guid>

					<description><![CDATA[<p>Create a download indicator by reading the body of the response.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/21/download-progress-with-javascripts-fetch-function/">Download Progress with JavaScript&#8217;s Fetch Function</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/21/download-progress-with-javascripts-fetch-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Set an Expiration Date and Time for a localStorage Item</title>
		<link>https://openjavascript.info/2022/12/21/set-an-expiration-date-and-time-to-a-localstorage-item/</link>
					<comments>https://openjavascript.info/2022/12/21/set-an-expiration-date-and-time-to-a-localstorage-item/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 21 Dec 2022 10:25:13 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[localStorage]]></category>
		<category><![CDATA[sessionStorage]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6408</guid>

					<description><![CDATA[<p>There is no native expiration option but it can be implemented using timestamps.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/21/set-an-expiration-date-and-time-to-a-localstorage-item/">Set an Expiration Date and Time for a localStorage Item</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/21/set-an-expiration-date-and-time-to-a-localstorage-item/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Store and Retrieve a Function in localStorage</title>
		<link>https://openjavascript.info/2022/12/19/store-and-retrieve-a-function-in-localstorage/</link>
					<comments>https://openjavascript.info/2022/12/19/store-and-retrieve-a-function-in-localstorage/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 19 Dec 2022 02:32:51 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[localStorage]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6390</guid>

					<description><![CDATA[<p>Pass a function through localStorage using the Function constructor object.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/19/store-and-retrieve-a-function-in-localstorage/">Store and Retrieve a Function in localStorage</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/19/store-and-retrieve-a-function-in-localstorage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JSON file to CSV download with vanilla JavaScript</title>
		<link>https://openjavascript.info/2022/12/18/json-file-to-csv-download-with-vanilla-javascript/</link>
					<comments>https://openjavascript.info/2022/12/18/json-file-to-csv-download-with-vanilla-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sun, 18 Dec 2022 14:18:32 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6377</guid>

					<description><![CDATA[<p>Allow your users to download any fetchable JSON file in CSV format.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/18/json-file-to-csv-download-with-vanilla-javascript/">JSON file to CSV download with vanilla JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/18/json-file-to-csv-download-with-vanilla-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Social Media Share Buttons with Vanilla JavaScript</title>
		<link>https://openjavascript.info/2022/12/17/social-media-share-buttons-with-vanilla-javascript/</link>
					<comments>https://openjavascript.info/2022/12/17/social-media-share-buttons-with-vanilla-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sat, 17 Dec 2022 22:33:15 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[template literals]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6362</guid>

					<description><![CDATA[<p>Share with vanilla JavaScript by constructing URL requests to social media APIs.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/17/social-media-share-buttons-with-vanilla-javascript/">Social Media Share Buttons with Vanilla JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/17/social-media-share-buttons-with-vanilla-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Conditionally load a JavaScript file</title>
		<link>https://openjavascript.info/2022/12/16/conditionally-load-a-javascript-file/</link>
					<comments>https://openjavascript.info/2022/12/16/conditionally-load-a-javascript-file/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 16 Dec 2022 18:26:32 +0000</pubDate>
				<category><![CDATA[DOM manipulation]]></category>
		<category><![CDATA[FAQs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6339</guid>

					<description><![CDATA[<p>By creating a new JavaScript file from scratch or reappend an existing one.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/16/conditionally-load-a-javascript-file/">Conditionally load a JavaScript file</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/16/conditionally-load-a-javascript-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
