<?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: Mohit Kumar</title>
    <description>The latest articles on DEV Community by Mohit Kumar (@mohit58).</description>
    <link>https://dev.to/mohit58</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%2F215961%2F8ef94d84-cb6b-41b8-b97b-98ec6836ed78.jpeg</url>
      <title>DEV Community: Mohit Kumar</title>
      <link>https://dev.to/mohit58</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohit58"/>
    <language>en</language>
    <item>
      <title>JavaScript Challenge</title>
      <dc:creator>Mohit Kumar</dc:creator>
      <pubDate>Wed, 21 Aug 2019 08:25:44 +0000</pubDate>
      <link>https://dev.to/mohit58/javascript-challenge-19m0</link>
      <guid>https://dev.to/mohit58/javascript-challenge-19m0</guid>
      <description>&lt;p&gt;Universal Lucky string:&lt;/p&gt;

&lt;p&gt;Write a function(S) to find universal lucky string with following conditions-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;All characters in S have the same exact frequency (i.e., occur the same number of times). For example, "aabbcc" is valid, but "baacddd" is not valid.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deleting exactly 1 character from S will result in all its characters having the same frequency. For example, "aabbccc" and "aabbc" are valid because all their letters will have the same frequency if we remove occurrence of "c", but "aabbcccc" is not valid because we'd need to remove 2 characters.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;@florin pop can you help me for this Js challenge?&lt;/p&gt;

</description>
      <category>challenge</category>
    </item>
  </channel>
</rss>
