<?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: Diego Alves </title>
    <description>The latest articles on DEV Community by Diego Alves  (@diegoaf).</description>
    <link>https://dev.to/diegoaf</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%2F771197%2Fd0fe7b55-755b-4143-86a2-794d94c9b58a.jpeg</url>
      <title>DEV Community: Diego Alves </title>
      <link>https://dev.to/diegoaf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/diegoaf"/>
    <language>en</language>
    <item>
      <title>Evoluindo no código</title>
      <dc:creator>Diego Alves </dc:creator>
      <pubDate>Thu, 09 Dec 2021 02:45:01 +0000</pubDate>
      <link>https://dev.to/diegoaf/evoluindo-no-codigo-2fj8</link>
      <guid>https://dev.to/diegoaf/evoluindo-no-codigo-2fj8</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
//objeto criado
const obj;{
name:"Diego",
idade:25
}
const {name} = obj//desestruturando
console.log(name) // Diego
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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