<?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: Pragatheeswaran</title>
    <description>The latest articles on DEV Community by Pragatheeswaran (@pragatheeswaran).</description>
    <link>https://dev.to/pragatheeswaran</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%2F349036%2F334ace7d-c5e2-40d8-bc0e-564e590ccfc4.jpg</url>
      <title>DEV Community: Pragatheeswaran</title>
      <link>https://dev.to/pragatheeswaran</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pragatheeswaran"/>
    <language>en</language>
    <item>
      <title>every() new method in javascript</title>
      <dc:creator>Pragatheeswaran</dc:creator>
      <pubDate>Wed, 11 Mar 2020 05:23:47 +0000</pubDate>
      <link>https://dev.to/pragatheeswaran/every-new-method-in-javascript-3lda</link>
      <guid>https://dev.to/pragatheeswaran/every-new-method-in-javascript-3lda</guid>
      <description>&lt;p&gt;every()&lt;/p&gt;

&lt;p&gt;const nums =[11,12,13,24];&lt;br&gt;
const nums2= [0,-8,9,-7];&lt;/p&gt;

&lt;p&gt;nums.every(value =&amp;gt; value &amp;gt; 0);&lt;/p&gt;

&lt;p&gt;//return true&lt;/p&gt;

&lt;p&gt;nums2.every(value =&amp;gt; value &amp;gt; 0);&lt;/p&gt;

&lt;p&gt;//return false&lt;/p&gt;

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