<?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: NovaJay2415</title>
    <description>The latest articles on DEV Community by NovaJay2415 (@novajay2415).</description>
    <link>https://dev.to/novajay2415</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%2F172941%2Fd8f07906-68f0-43a5-8b17-c9e0761b07ed.jpg</url>
      <title>DEV Community: NovaJay2415</title>
      <link>https://dev.to/novajay2415</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/novajay2415"/>
    <language>en</language>
    <item>
      <title>Why Does JavaScript Do THIS? - Question #1 </title>
      <dc:creator>NovaJay2415</dc:creator>
      <pubDate>Thu, 17 Oct 2019 16:25:32 +0000</pubDate>
      <link>https://dev.to/novajay2415/why-does-javascript-do-this-question-1-2d02</link>
      <guid>https://dev.to/novajay2415/why-does-javascript-do-this-question-1-2d02</guid>
      <description>&lt;p&gt;Hello Wonderful Dev.To Community,  &lt;/p&gt;

&lt;p&gt;I am doing my best to understand WHY JavaScript does WHAT it does. Sometimes I run into things I just can't wrap my mind around. This is one of these times... &lt;/p&gt;

&lt;p&gt;My question is: Why does the last item in the array show up correctly, but all the other values are skipped over and not displayed, UNLESS I use "+="? &lt;/p&gt;

&lt;p&gt;I am a JavaScript noob as you can probably tell from my question... But I would love to know WHY JavaSript is doing this. If you could let me know why that would help me a bunch. Thanks in advance. &lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Nova/embed/qBBaqLN?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>help</category>
    </item>
    <item>
      <title>Review my JavaScript? #2 </title>
      <dc:creator>NovaJay2415</dc:creator>
      <pubDate>Sat, 01 Jun 2019 21:30:06 +0000</pubDate>
      <link>https://dev.to/novajay2415/review-my-javascript-2-l2</link>
      <guid>https://dev.to/novajay2415/review-my-javascript-2-l2</guid>
      <description>&lt;p&gt;Hello to all the experts of JavaScript! &lt;/p&gt;

&lt;p&gt;I've worked on a fairly easy piece of code here (to me it's quite extensive since I'm just starting out) that I would love some pointers on. &lt;/p&gt;

&lt;p&gt;Here's the link to it: &lt;a href="https://codepen.io/Nova/pen/RmEYoZ"&gt;https://codepen.io/Nova/pen/RmEYoZ&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now I know, I give the answer to the missing number in the JavaScript code. That's actually one of my questions. So let me begin:&lt;/p&gt;

&lt;p&gt;First, I want to be able to randomly generate a number that users have to guess, since just one look at my JavaScript code you know automatically what the correct guess is. I need to use something like Math.floor and Math.random... but I don't know how to apply it to my variable to make it work. &lt;/p&gt;

&lt;p&gt;Second, is there an easier way I could have done this? &lt;/p&gt;

&lt;p&gt;Third, did I "break" the while loop the right way? &lt;/p&gt;

&lt;p&gt;Fourth, if there is something I could have done better please let me know. &lt;/p&gt;

&lt;p&gt;Thank you guys for reviewing my code! I really appreciate it. &lt;/p&gt;

</description>
      <category>help</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How can you KNOW You Are Coding JavaScript the "right" way?</title>
      <dc:creator>NovaJay2415</dc:creator>
      <pubDate>Thu, 30 May 2019 03:44:04 +0000</pubDate>
      <link>https://dev.to/novajay2415/how-can-you-know-you-are-coding-javascript-the-right-way-2o6f</link>
      <guid>https://dev.to/novajay2415/how-can-you-know-you-are-coding-javascript-the-right-way-2o6f</guid>
      <description>&lt;p&gt;Hello again. So, I'm just starting out with JavaScript, which is my first programming language (really the only thing I know very well is HTML &amp;amp; CSS and we all know that doesn't take any logic and is NOT a programming language), and so here's my concern... &lt;/p&gt;

&lt;p&gt;If I start writing code and somehow code things that don't match up with standards... and I have no one to review to make sure it is "modern" and "the right way of coding JavaScript" how will I ever learn? So that leads me to another question that I have for you guys. &lt;/p&gt;

&lt;p&gt;Is there some site or some place that I can send my code off for an "expert" reviewer? Somewhere that I can get feedback on what I could do better, what I did WRONG? I'm fairly new at this and if you have any information that would be helpful, please let me know. Thank you! &lt;/p&gt;

&lt;p&gt;TL;DR&lt;/p&gt;

&lt;p&gt;I honestly just want to make sure that I code the "right" way and to do that I need to know what I am doing "wrong." &lt;/p&gt;

&lt;p&gt;I'm working on a progressive web app and I don't know anyone who is an expert at JavaScript, so it's not like I can have someone check it. That's why I'm reaching out on here since y'all seem to very knowledgeable. &lt;/p&gt;

&lt;p&gt;Alright. That's it. &lt;/p&gt;

&lt;p&gt;:) &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Review of my first JavaScript code? </title>
      <dc:creator>NovaJay2415</dc:creator>
      <pubDate>Wed, 29 May 2019 03:59:05 +0000</pubDate>
      <link>https://dev.to/novajay2415/review-of-my-first-javascript-code-4k4i</link>
      <guid>https://dev.to/novajay2415/review-of-my-first-javascript-code-4k4i</guid>
      <description>&lt;p&gt;Hello to all the devs out there! This is my first post. I saw that there are a lot of awesome devs up here so I was wondering.. could you look over my first JavaScript code? It's hardly anything, just something super basic I made with the things I learned. If there is any way that I could improve my code please let me know. And if there is an easier way to do what I did, I am open and willing to learn. Thank you! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://codepen.io/Nova/pen/XwPXOq"&gt;https://codepen.io/Nova/pen/XwPXOq&lt;/a&gt; &lt;/p&gt;

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