<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>10 variables en JS by Oscar Alexander López López</title>
      <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1</link>
      <description>Variables en JS</description>
      <language>en-us</language>
      <pubDate>2026-04-29 15:50:17 UTC</pubDate>
      <lastBuildDate>2026-04-29 16:09:46 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads-usc1.storage.googleapis.com/5565744428/6eba05842045ffab0e02dde188ca42cf/js.png</url>
      </image>
      <item>
         <title>Representa valores numéricos.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890934253</link>
         <description><![CDATA[<p>let edad = 18;</p><p>let precio = 10.5;</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/a695948c7fc9c708b2824ec1141b4027/1.png" />
         <pubDate>2026-04-29 15:51:51 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890934253</guid>
      </item>
      <item>
         <title>Texto entre comillas.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890935447</link>
         <description><![CDATA[<p>let nombre = "Juan";</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/d6292a7389cae534619b6857ecacab2d/2.png" />
         <pubDate>2026-04-29 15:52:47 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890935447</guid>
      </item>
      <item>
         <title>Solo puede ser verdadero o falso.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890940069</link>
         <description><![CDATA[<p>let esMayor = true;</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/96db96642d7d8bc586166540f0c9b405/3.jpg" />
         <pubDate>2026-04-29 15:56:17 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890940069</guid>
      </item>
      <item>
         <title>Variable declarada pero sin valor.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890941186</link>
         <description><![CDATA[<p>let x;</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/58f31be8c967da4eb53dee43c84fde05/4.jpg" />
         <pubDate>2026-04-29 15:57:17 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890941186</guid>
      </item>
      <item>
         <title>Representa ausencia intencional de valor.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890941823</link>
         <description><![CDATA[<p>let dato = null;</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/5f343dc558b6c68e26841827de037ad3/cinco.png" />
         <pubDate>2026-04-29 15:57:48 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890941823</guid>
      </item>
      <item>
         <title>Conjunto de propiedades.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890942532</link>
         <description><![CDATA[<p>let persona = {</p><p>  nombre: "Ana",</p><p>  edad: 20</p><p>};</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/5dbfb02e5f8d7db3715130231d72e8e3/seis.png" />
         <pubDate>2026-04-29 15:58:22 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890942532</guid>
      </item>
      <item>
         <title>Lista de valores.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890942951</link>
         <description><![CDATA[<p>let numeros = [1, 2, 3, 4];</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/3ada75e51bbfcbfee3b7ccdf3cb1383c/siete.webp" />
         <pubDate>2026-04-29 15:58:42 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890942951</guid>
      </item>
      <item>
         <title>Bloque de código reutilizable.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890943684</link>
         <description><![CDATA[<p>function saludar() {</p><p>  return "Hola";</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/ab0f51bbd8539902cd6fc69c63f9ce68/ocho.png" />
         <pubDate>2026-04-29 15:59:14 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890943684</guid>
      </item>
      <item>
         <title>Valor único e irrepetible.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890944154</link>
         <description><![CDATA[<p>let id = Symbol("id");</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/8799d747e0e71c48161873276c743f13/nueve.webp" />
         <pubDate>2026-04-29 15:59:41 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890944154</guid>
      </item>
      <item>
         <title>Para números muy grandes.</title>
         <author>oscarlopez56</author>
         <link>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890944512</link>
         <description><![CDATA[<p>let numeroGrande = 12345678901234567890n;</p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/5565744428/861af75f27c63f9a91ee88ca1a7d52fb/diez.png" />
         <pubDate>2026-04-29 15:59:59 UTC</pubDate>
         <guid>https://padlet.com/oscarlopez56/bobd5xvxiebffet1/wish/3890944512</guid>
      </item>
   </channel>
</rss>
