<?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: Nicola Solazzo</title>
    <description>The latest articles on DEV Community by Nicola Solazzo (@niksolaz).</description>
    <link>https://dev.to/niksolaz</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%2F266749%2Fad5935b1-3df1-4445-a74c-0cf342200283.png</url>
      <title>DEV Community: Nicola Solazzo</title>
      <link>https://dev.to/niksolaz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/niksolaz"/>
    <language>en</language>
    <item>
      <title>NodeJS for beginners part 1</title>
      <dc:creator>Nicola Solazzo</dc:creator>
      <pubDate>Wed, 11 Dec 2019 07:03:38 +0000</pubDate>
      <link>https://dev.to/niksolaz/nodejs-for-beginners-part-1-g54</link>
      <guid>https://dev.to/niksolaz/nodejs-for-beginners-part-1-g54</guid>
      <description>&lt;p&gt;This is tutorial for beginners in Node.js. Read this: “Node.js for beginner part 1” by Solazzo Nicola&lt;br&gt;
&lt;a href="https://link.medium.com/04KV3aXdk2"&gt;https://link.medium.com/04KV3aXdk2&lt;/a&gt; &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Difference Between Var, Let and Const in ES6</title>
      <dc:creator>Nicola Solazzo</dc:creator>
      <pubDate>Thu, 07 Nov 2019 08:43:11 +0000</pubDate>
      <link>https://dev.to/niksolaz/difference-between-var-let-and-const-in-es6-3ebp</link>
      <guid>https://dev.to/niksolaz/difference-between-var-let-and-const-in-es6-3ebp</guid>
      <description>&lt;p&gt;The differences between these three variables made me confused when I started to use ECMAScript 6. The most confusing was to understand the difference between let and var.&lt;br&gt;
So let’s try to explain this difference.&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;var a = 'I am var';&lt;br&gt;
const b = 'I am const';&lt;br&gt;
let c = 'I am let';&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are the differences?&lt;/strong&gt;&lt;br&gt;
At first, let’s explain the concept of scope.&lt;br&gt;
The scope is the fundamental concept in all programming languages ​​that defines the visibility of a variable.&lt;br&gt;
The variables can be globals or locals.&lt;/p&gt;

&lt;p&gt;To know the difference continue reading the article on Medium &lt;br&gt;
&lt;a href="https://medium.com/notonlycss/difference-between-var-let-and-const-in-es6-1d69f29586ff"&gt;https://medium.com/notonlycss/difference-between-var-let-and-const-in-es6-1d69f29586ff&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
