<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[HOw to add count function to keep the amount of objects in my array while also using the alphabeticall function]]></title><description><![CDATA[<p dir="auto">&lt;html&gt;<br />
&lt;body&gt;</p>
<p dir="auto">&lt;p&gt;The sort() method sorts an array alphabetically.&lt;/p&gt;</p>
<p dir="auto">&lt;button onclick=“myFunction()”&gt;Try it&lt;/button&gt;</p>
<p dir="auto">&lt;p id=“demo”&gt;&lt;/p&gt;</p>
<p dir="auto">&lt;script&gt;<br />
var fruits = [“Banana”, “Orange”, “Apple”, “Mango”];<br />
document.getElementById(“demo”).innerHTML = fruits;</p>
<p dir="auto">function myFunction() {<br />
fruits.sort();<br />
document.getElementById(“demo”).innerHTML = fruits;<br />
}<br />
&lt;/script&gt;</p>
<p dir="auto">&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13143/how-to-add-count-function-to-keep-the-amount-of-objects-in-my-array-while-also-using-the-alphabeticall-function</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 15:48:16 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13143.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Jan 2017 14:11:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to HOw to add count function to keep the amount of objects in my array while also using the alphabeticall function on Sat, 21 Jan 2017 16:06:40 GMT]]></title><description><![CDATA[<p dir="auto">This is not a Notepad++ related question. Try a community or a message board related to JavaScript or simply Google for it, there’s tons of information out there.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21123</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21123</guid><dc:creator><![CDATA[MAPJe71]]></dc:creator><pubDate>Sat, 21 Jan 2017 16:06:40 GMT</pubDate></item></channel></rss>