<?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: Abhinay Donadula</title>
    <description>The latest articles on DEV Community by Abhinay Donadula (@abhidon).</description>
    <link>https://dev.to/abhidon</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%2F140915%2F2853e990-96af-4b7b-897b-89398da8c236.JPG</url>
      <title>DEV Community: Abhinay Donadula</title>
      <link>https://dev.to/abhidon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhidon"/>
    <language>en</language>
    <item>
      <title>Find longest word in a given string</title>
      <dc:creator>Abhinay Donadula</dc:creator>
      <pubDate>Thu, 28 Feb 2019 19:32:26 +0000</pubDate>
      <link>https://dev.to/abhidon/find-longest-word-in-a-given-string-3iib</link>
      <guid>https://dev.to/abhidon/find-longest-word-in-a-given-string-3iib</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1538209647246-bb82d2e4b372%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D1350%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1538209647246-bb82d2e4b372%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D1350%26q%3D80" title="Photo by Magdalena Kula Manchee on Unsplash" alt="Photo by Magdalena Kula Manchee on Unsplash"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Rules
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Create a function that takes a parameter and returns longest word in that parameter&lt;/li&gt;
&lt;li&gt;Let's assume that this function will always get's a string as it's parameter&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  My Solution
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fam1rgdf4zzyses4ml2ir.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fam1rgdf4zzyses4ml2ir.png" title="generated by Carbon" alt="code snippet"&gt;&lt;/a&gt;&lt;/p&gt;

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