<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: saaiif</title>
    <description>The latest articles on DEV Community by saaiif (@saaiif).</description>
    <link>https://dev.to/saaiif</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F396248%2F35a4658a-5390-49f8-855e-250b26643f19.jpg</url>
      <title>DEV Community: saaiif</title>
      <link>https://dev.to/saaiif</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saaiif"/>
    <language>en</language>
    <item>
      <title>Javascript</title>
      <dc:creator>saaiif</dc:creator>
      <pubDate>Sat, 19 Jun 2021 09:05:27 +0000</pubDate>
      <link>https://dev.to/saaiif/javascript-2p24</link>
      <guid>https://dev.to/saaiif/javascript-2p24</guid>
      <description>&lt;p&gt;Hi Guys I need your help in this logic&lt;/p&gt;

&lt;p&gt;Suppose I have an array below&lt;br&gt;
let abc = [{a:"JS"},{a:'Python"},{b:"C++"}]&lt;/p&gt;

&lt;p&gt;from the above array I want to put same object property value's in an array and store like below with other objects:&lt;/p&gt;

&lt;p&gt;let abc = [{a:["JS","Python"]},{b:"C++"}]&lt;/p&gt;

&lt;p&gt;Can Anyone Help to solve this,&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Mobile number validator</title>
      <dc:creator>saaiif</dc:creator>
      <pubDate>Mon, 08 Feb 2021 07:54:20 +0000</pubDate>
      <link>https://dev.to/saaiif/mobile-number-validator-4ap7</link>
      <guid>https://dev.to/saaiif/mobile-number-validator-4ap7</guid>
      <description>&lt;p&gt;Here you will find use of regex type for phone validator and a look of call back function:)&lt;/p&gt;

&lt;h1&gt;https://dev-to-uploads.s3.amazonaws.com/i/8upw01kraa9vmgwzgq2p.png&lt;/h1&gt;

</description>
      <category>javascript</category>
      <category>react</category>
    </item>
    <item>
      <title>Memory Game</title>
      <dc:creator>saaiif</dc:creator>
      <pubDate>Wed, 27 May 2020 07:50:28 +0000</pubDate>
      <link>https://dev.to/saaiif/memory-game-2lme</link>
      <guid>https://dev.to/saaiif/memory-game-2lme</guid>
      <description>&lt;p&gt;Hello Guys,&lt;/p&gt;

&lt;p&gt;On first page &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;There is a button to generate Random Number&lt;/li&gt;
&lt;li&gt;So once you click the page will display the random number and refreshes in 5 seconds and then redirects to second page.&lt;/li&gt;
&lt;li&gt;On second page there is input field where you have to enter the same random number as it was in first page and press guess button&lt;/li&gt;
&lt;li&gt;If it matches all number then it will display all num matched&lt;/li&gt;
&lt;li&gt;If out of the 6 numbers if it matches any number in that it should print you match 4 numbers Eg: (123456 == 123678 then it should print 4 numbers matched)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So i hope you my explaination:)&lt;/p&gt;

&lt;p&gt;Please figure this out and let me know&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
