<?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: daniel campo</title>
    <description>The latest articles on DEV Community by daniel campo (@_danielcampo).</description>
    <link>https://dev.to/_danielcampo</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%2F672356%2Fbccf5b0d-7fb0-4c55-9a83-9c47a64c1654.jpg</url>
      <title>DEV Community: daniel campo</title>
      <link>https://dev.to/_danielcampo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_danielcampo"/>
    <language>en</language>
    <item>
      <title>JavaScript for Dummies</title>
      <dc:creator>daniel campo</dc:creator>
      <pubDate>Tue, 31 Aug 2021 03:13:07 +0000</pubDate>
      <link>https://dev.to/_danielcampo/javascript-for-dummies-191c</link>
      <guid>https://dev.to/_danielcampo/javascript-for-dummies-191c</guid>
      <description>&lt;p&gt;Do you feel like you can’t get the hang of JavaScript?&lt;/p&gt;

&lt;p&gt;Like you get it but you don’t get it, all at the same time. &lt;/p&gt;

&lt;p&gt;like if you see a piece of code you understand, but when its just you and your code editer, you have one of these feelings. 🤷‍♂️ &lt;/p&gt;

&lt;p&gt;I understand your pain! And we are here together. We will begin with some terminology and basic code to start getting the hang of JavaScript, or JS for short (we like to call our selfs lazy. . . FYI) and build out our skill little steps at a time.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Javascript?
&lt;/h2&gt;

&lt;p&gt;Lets start here! we arent going to talk about how some person started the language in 1995 or how in 2012 JS was supported by all the browsers.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   -- what is a browser? -- 
  A browser is the website page you are on now. Its the 
  users(You are the user) web pages he/she interacts with.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;JS renders web browsers to you, the user, but in a cool and dynamic way so when you are pressing buttons to interact with the web pages it does exactly that when you are asking it to do so.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/danielcampo1/embed/LYLGmNz?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;br&gt;
JAVASCRIPT IN A NUTSHELL!&lt;/p&gt;

&lt;h2&gt;
  
  
  What is to come?!
&lt;/h2&gt;

&lt;p&gt;We will makes this a little series, to consume in short doses to keep you wanting more.&lt;/p&gt;

&lt;p&gt;Next time we will learn about:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;values and variables&lt;/li&gt;
&lt;li&gt;something called, Data Types&lt;/li&gt;
&lt;li&gt;and, Basic operators &lt;/li&gt;
&lt;/ul&gt;

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