<?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>higher-order array methods Archives</title>
	<atom:link href="https://openjavascript.info/tag/higher-order-array-methods/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/tag/higher-order-array-methods/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Thu, 01 Dec 2022 13:47:40 +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>higher-order array methods Archives</title>
	<link>https://openjavascript.info/tag/higher-order-array-methods/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to sort an array of objects by the value of a property in JavaScript</title>
		<link>https://openjavascript.info/2022/05/04/how-to-sort-an-array-of-objects-by-the-value-of-a-property-in-javascript/</link>
					<comments>https://openjavascript.info/2022/05/04/how-to-sort-an-array-of-objects-by-the-value-of-a-property-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 04 May 2022 07:59:46 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[array methods]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[higher-order array methods]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[sort]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4185</guid>

					<description><![CDATA[<p>Learn how to sort an array of objects by the value of a property.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/05/04/how-to-sort-an-array-of-objects-by-the-value-of-a-property-in-javascript/">How to sort an array of objects by the value of a property in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/05/04/how-to-sort-an-array-of-objects-by-the-value-of-a-property-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to remove duplicate array values</title>
		<link>https://openjavascript.info/2022/03/28/removing-array-duplicates-in-javascript/</link>
					<comments>https://openjavascript.info/2022/03/28/removing-array-duplicates-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 28 Mar 2022 13:12:08 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Must-know JavaScript]]></category>
		<category><![CDATA[array methods]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[higher-order array methods]]></category>
		<category><![CDATA[Set()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=3677</guid>

					<description><![CDATA[<p>Two ways you can remove duplicate values from an array.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/03/28/removing-array-duplicates-in-javascript/">How to remove duplicate array values</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/03/28/removing-array-duplicates-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Higher-order array methods with simple examples: map, filter, sort and reduce</title>
		<link>https://openjavascript.info/2022/01/03/map-filter-sort-and-reduce-with-simple-examples/</link>
					<comments>https://openjavascript.info/2022/01/03/map-filter-sort-and-reduce-with-simple-examples/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 12:56:13 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Intermediate JavaScript]]></category>
		<category><![CDATA[array methods]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[higher-order array methods]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[reduce]]></category>
		<category><![CDATA[sort]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=2363</guid>

					<description><![CDATA[<p>Use flexible higher-order array methods to help achieve your programming objectives.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/01/03/map-filter-sort-and-reduce-with-simple-examples/">Higher-order array methods with simple examples: map, filter, sort and reduce</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/01/03/map-filter-sort-and-reduce-with-simple-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Filter an existing array to make a new one using filter()</title>
		<link>https://openjavascript.info/2021/09/24/keep-array-elements-you-want-only-with-the-filter-method/</link>
					<comments>https://openjavascript.info/2021/09/24/keep-array-elements-you-want-only-with-the-filter-method/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 24 Sep 2021 04:48:24 +0000</pubDate>
				<category><![CDATA[Advanced JavaScript]]></category>
		<category><![CDATA[array methods]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[Filter()]]></category>
		<category><![CDATA[higher-order array methods]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=958</guid>

					<description><![CDATA[<p>Create a new array including only certain elements from an existing array using filter()</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2021/09/24/keep-array-elements-you-want-only-with-the-filter-method/">Filter an existing array to make a new one using filter()</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2021/09/24/keep-array-elements-you-want-only-with-the-filter-method/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make array calculations with the reduce() method</title>
		<link>https://openjavascript.info/2021/09/23/a-simple-guide-to-using-the-reduce-method/</link>
					<comments>https://openjavascript.info/2021/09/23/a-simple-guide-to-using-the-reduce-method/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Thu, 23 Sep 2021 13:52:25 +0000</pubDate>
				<category><![CDATA[Advanced JavaScript]]></category>
		<category><![CDATA[higher-order array methods]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[reduce()]]></category>
		<category><![CDATA[reducer]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=906</guid>

					<description><![CDATA[<p>Reduce the values of an array to a single number with reduce()</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2021/09/23/a-simple-guide-to-using-the-reduce-method/">Make array calculations with the reduce() method</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2021/09/23/a-simple-guide-to-using-the-reduce-method/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
