<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Working Code | SanskarChawla | Activity</title>
	<link>https://www.workingcode.in/members/sanskar/activity/</link>
	<atom:link href="https://www.workingcode.in/members/sanskar/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for SanskarChawla.</description>
	<lastBuildDate>Mon, 06 Apr 2026 19:49:20 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">298a4b6cb21a4d620dccf5c4eb1e3833</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2049</link>
				<pubDate>Sat, 01 Jul 2023 05:26:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays Sort in Reverse  The reverse() method reverses the elements in an array. By combining sort() and reverse() you can sort an array in descending order:      // Create and display an array: const [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">74f89d2334835bbd35061097cab36d94</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2048</link>
				<pubDate>Sat, 01 Jul 2023 05:07:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays The sort() Method  The sort() method sorts an array alphabetically:      const hero = [&#8220;Antman&#8221;,&#8221;Spiderman&#8221;,&#8221;superman&#8221;,&#8221;Wonderwoman&#8221;]; document.getElementById(&#8220;workingcode1&#8221;).innerHTML = [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5bfb35253a6dcd1342c35ac84cec8650</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2047</link>
				<pubDate>Sat, 01 Jul 2023 05:00:10 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays The splice() Method  The splice() methods can be used to remove array elements:      const hero = [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">540748abefbe2b08082de58f16d014f1</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2046</link>
				<pubDate>Sat, 01 Jul 2023 04:55:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays The toString() Method  The toString() method returns an array as a comma separated string:     const hero = [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea3ab77b8d67da4db293ebcf875b731d</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2045</link>
				<pubDate>Sat, 01 Jul 2023 04:51:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays The length Property  The length property returns the length of an array:     const hero = [&#8220;Antman&#8221;,&#8221;Batman&#8221;,&#8221;Spiderman&#8221;,&#8221;Wonderwoman&#8221;,&#8221;ironman&#8221;]; let size = [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2c18be44c1e397aa9f56fd9683a9eacb</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2034</link>
				<pubDate>Fri, 30 Jun 2023 04:13:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays The unshift() Method  The unshift() method adds new elements to the beginning of an array:      const hero = [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cad1d1a1737cdc39f1bdc420a60c71b5</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2033</link>
				<pubDate>Fri, 30 Jun 2023 04:07:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays The shift() Method  The shift() method removes the first element of an array (and &#8220;shifts&#8221; the other elements to the left):      const hero = [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3a88b2046edd3c68bcf487517eb499a7</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2029</link>
				<pubDate>Fri, 30 Jun 2023 04:00:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays The push() Method  The push() method appends a new element to an array:      const hero = [&#8220;Antman&#8221;,&#8221;Spiderman&#8221;,&#8221;superman&#8221;,&#8221;Wonderwoman&#8221;]; document.getElementById(&#8220;Workingcode1&#8221;).innerHTML = [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cf11bc0a8875688babaa3c6e4a9dd6d2</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2028</link>
				<pubDate>Fri, 30 Jun 2023 03:54:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>JavaScript Arrays The pop() Method  The pop() method removes the last element from an array.      const hero = [&#8220;Antman&#8221;,&#8221;Spiderman&#8221;,&#8221;Superman&#8221;,&#8221;wonderwoman&#8221;]; document.getElementById(&#8220;workingcode1&#8221;).innerHTML [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e81437c49d6d0db1a3a92394b616abe6</guid>
				<title>SanskarChawla asked a new question</title>
				<link>https://www.workingcode.in/?p=2025</link>
				<pubDate>Fri, 30 Jun 2023 03:27:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>Output  JavaScript Functions In this example the fulllName method of person is applied on person1:  Sanskar Chawla</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c907b2f432c0c5b25cf2a2375d983627</guid>
				<title>SanskarChawla became a registered member</title>
				<link>https://www.workingcode.in/activity/p/88/</link>
				<pubDate>Fri, 30 Jun 2023 03:18:18 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>