<?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 Examples Archives - TECHAntena</title>
	<atom:link href="https://www.techantena.com/tag/javascript-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techantena.com/tag/javascript-examples/</link>
	<description>Tech &#38; Programming Tutorials</description>
	<lastBuildDate>Wed, 15 Jun 2022 01:13:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.techantena.com/wp-content/uploads/2019/03/logo_icon.png</url>
	<title>JavaScript Examples Archives - TECHAntena</title>
	<link>https://www.techantena.com/tag/javascript-examples/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">109684828</site>	<item>
		<title>Find Largest /Smallest /Second Largest /Second Smallest Elements of an Array JavaScript</title>
		<link>https://www.techantena.com/4904/largest-smallest-elements-array-javascript/</link>
					<comments>https://www.techantena.com/4904/largest-smallest-elements-array-javascript/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Wed, 15 Jun 2022 01:12:26 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript Array]]></category>
		<category><![CDATA[JavaScript Examples]]></category>
		<category><![CDATA[JavaScript Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4904</guid>

					<description><![CDATA[<p>Here we discuss how to find the largest, smallest, second largest, second smallest elements of an array in JavaScript. Find Largest /Smallest Elements of an Array JavaScript var numbers = [12, 5, 6, 8, 7, 4, 26, 21, 23]; largest = numbers[0]; smallest = numbers[0]; second_largest = numbers[0]; second_smallest = numbers[0]; for(i=0; i&#60;numbers.length; i++){ //find [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4904/largest-smallest-elements-array-javascript/">Find Largest /Smallest /Second Largest /Second Smallest Elements of an Array JavaScript</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4904/largest-smallest-elements-array-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4904</post-id>	</item>
	</channel>
</rss>
