<?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: EddySantos07</title>
    <description>The latest articles on DEV Community by EddySantos07 (@eddysantos07).</description>
    <link>https://dev.to/eddysantos07</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%2F172985%2F0ccabd2c-2cb3-42e9-8f5a-2fae163473c3.png</url>
      <title>DEV Community: EddySantos07</title>
      <link>https://dev.to/eddysantos07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eddysantos07"/>
    <language>en</language>
    <item>
      <title>newbie question help</title>
      <dc:creator>EddySantos07</dc:creator>
      <pubDate>Wed, 29 May 2019 06:37:49 +0000</pubDate>
      <link>https://dev.to/eddysantos07/newbie-question-help-mbm</link>
      <guid>https://dev.to/eddysantos07/newbie-question-help-mbm</guid>
      <description>&lt;p&gt;what do i do now to find the average of a given array of numbers?&lt;/p&gt;

&lt;p&gt;function avgValue (array) {&lt;br&gt;
  var sum = 0;&lt;br&gt;
  for (var i = 0; i &amp;lt;= array.length; i ++) {&lt;br&gt;
    sum += array[i]&lt;/p&gt;

&lt;p&gt;}&lt;br&gt;
  return &lt;br&gt;
}&lt;/p&gt;

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