<?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>destructuring Archives</title>
	<atom:link href="https://openjavascript.info/tag/destructuring/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/tag/destructuring/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Tue, 27 Sep 2022 17:23:58 +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>destructuring Archives</title>
	<link>https://openjavascript.info/tag/destructuring/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The spread operator (the three dots of JavaScript) and its uses</title>
		<link>https://openjavascript.info/2022/02/07/three-dots-in-javascript-the-spread-operator-and-its-uses/</link>
					<comments>https://openjavascript.info/2022/02/07/three-dots-in-javascript-the-spread-operator-and-its-uses/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 16:27:44 +0000</pubDate>
				<category><![CDATA[ES6+]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[destructuring]]></category>
		<category><![CDATA[ES6]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[spread operator]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=2922</guid>

					<description><![CDATA[<p>The spread operator lists the contents of an iterable in a comma-separated list.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/02/07/three-dots-in-javascript-the-spread-operator-and-its-uses/">The spread operator (the three dots of JavaScript) and its uses</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/02/07/three-dots-in-javascript-the-spread-operator-and-its-uses/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>From JavaScript object or array to variables with destructuring assignment</title>
		<link>https://openjavascript.info/2022/01/27/array-object-destructurig-assignment/</link>
					<comments>https://openjavascript.info/2022/01/27/array-object-destructurig-assignment/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Thu, 27 Jan 2022 15:51:45 +0000</pubDate>
				<category><![CDATA[ES6+]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[destructuring]]></category>
		<category><![CDATA[ES6]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=2692</guid>

					<description><![CDATA[<p>Efficiently store property values and array elements in variables.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/01/27/array-object-destructurig-assignment/">From JavaScript object or array to variables with destructuring assignment</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/01/27/array-object-destructurig-assignment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Object destructuring: storing data from JS objects in variables</title>
		<link>https://openjavascript.info/2021/09/19/object-destructuring-storing-data-from-javascript-objects-in-variables/</link>
					<comments>https://openjavascript.info/2021/09/19/object-destructuring-storing-data-from-javascript-objects-in-variables/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sun, 19 Sep 2021 19:47:34 +0000</pubDate>
				<category><![CDATA[ES6+]]></category>
		<category><![CDATA[Intermediate JavaScript]]></category>
		<category><![CDATA[destructuring]]></category>
		<category><![CDATA[ES6]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JavaScript Objects]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=785</guid>

					<description><![CDATA[<p>Easily extract properties from objects and store them in variables</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2021/09/19/object-destructuring-storing-data-from-javascript-objects-in-variables/">Object destructuring: storing data from JS objects in variables</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2021/09/19/object-destructuring-storing-data-from-javascript-objects-in-variables/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
