<?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: xenochem</title>
    <description>The latest articles on DEV Community by xenochem (@xenochem).</description>
    <link>https://dev.to/xenochem</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%2F630395%2F2f996191-3847-4a69-a13f-10bdd1af8bdc.gif</url>
      <title>DEV Community: xenochem</title>
      <link>https://dev.to/xenochem</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xenochem"/>
    <language>en</language>
    <item>
      <title>Passing Values to Functions with Arguments</title>
      <dc:creator>xenochem</dc:creator>
      <pubDate>Fri, 14 May 2021 16:44:43 +0000</pubDate>
      <link>https://dev.to/xenochem/passing-values-to-functions-with-arguments-1h5</link>
      <guid>https://dev.to/xenochem/passing-values-to-functions-with-arguments-1h5</guid>
      <description>&lt;p&gt;Day 1/100 of 100 days of code&lt;br&gt;
I'm currently on 48/111 Basic JavaScript of JavaScript Algorithms and Data Structures Cert at FreeCodeCamp.org&lt;/p&gt;

&lt;p&gt;Parameters was the highlight for todays lesson. I was stuck with this for a bit. I realize I didn't know enough about the true potential of what a Function can do with it's parameters. I watched a Youtube video that went into more depth on this, since I didn't understand how you can add more information into the Function. The video explain that you can call the Function again with different arguments and the parameters would take on the value of the new arguments.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3sK-iYGZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oebjpcuspjrr873kjrn6.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3sK-iYGZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oebjpcuspjrr873kjrn6.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
I told the Function to add parameter a with b in the console.log(). Then when I called the Function I just put the arguments that I wanted 4, 6, and BAM! Once the Function added the arguments together the answer comes out as 10! &lt;/p&gt;

&lt;p&gt;Hope you enjoyed my discovery today! Follow me! &lt;br&gt;
&lt;a href="https://github.com/xenochem"&gt;https://github.com/xenochem&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/xenochem"&gt;https://twitter.com/xenochem&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>javascript</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Road to 1st Dapp</title>
      <dc:creator>xenochem</dc:creator>
      <pubDate>Thu, 13 May 2021 20:21:43 +0000</pubDate>
      <link>https://dev.to/xenochem/road-to-1st-dapp-46i3</link>
      <guid>https://dev.to/xenochem/road-to-1st-dapp-46i3</guid>
      <description>&lt;p&gt;This is my first post on my journey to creating my 1st Dapp. I have been coding for a few years off and on, but never took it serious till now. I will be using freecodecamp.org to start my with. &lt;/p&gt;

&lt;p&gt;The gameplan is to&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn Front End Language&lt;/li&gt;
&lt;li&gt;Create 5 programs&lt;/li&gt;
&lt;li&gt;Learn Back End Language&lt;/li&gt;
&lt;li&gt;Create 5 programs&lt;/li&gt;
&lt;li&gt;Learn how to Blockchain &lt;/li&gt;
&lt;li&gt;Create 1 program&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I don't have a good estimate on how long it's going to take and I have already completed the first program on freecodecamp.org. So hopefully by the end of the 100 days I will have my 1st dapp program? August 25th is just a close estimate.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>beginners</category>
      <category>javascript</category>
      <category>100daysofcode</category>
    </item>
  </channel>
</rss>
