<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Presentación de diapositivas by Katherin Lucía Rivas García</title>
      <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-04-30 13:25:57 UTC</pubDate>
      <lastBuildDate>2025-04-30 17:00:52 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>1. String </title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431724428</link>
         <description><![CDATA[<p><strong>Definición</strong>: El tipo String se utiliza para representar secuencias de caracteres. Los valores de tipo cadena pueden contener letras, números, símbolos, y espacios. Se pueden definir entre comillas simples (' '), dobles (" "), o comillas invertidas (backticks) para cadenas interpoladas (` `).</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 13:53:06 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431724428</guid>
      </item>
      <item>
         <title>2. Number</title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431734164</link>
         <description><![CDATA[<p><strong>Definición</strong>: El tipo Number representa valores numéricos, tanto enteros como decimales. JavaScript no diferencia entre números enteros y flotantes. También incluye valores especiales como Infinity y NaN (Not-a-Number).</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:00:09 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431734164</guid>
      </item>
      <item>
         <title>3. Boolean</title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431735281</link>
         <description><![CDATA[<p><strong>Definición</strong>: Un valor de tipo Boolean solo puede tener dos valores posibles: true o false. Se usa principalmente en expresiones lógicas y condicionales.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:01:02 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431735281</guid>
      </item>
      <item>
         <title>4. Undefined</title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431737976</link>
         <description><![CDATA[<p><strong>Definición</strong>: El tipo undefined es el valor que tiene una variable que ha sido declarada pero aún no ha sido asignada con un valor. También puede ser el valor devuelto por funciones que no retornan explícitamente algo.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:02:53 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431737976</guid>
      </item>
      <item>
         <title>5. Null</title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431738727</link>
         <description><![CDATA[<p><strong>Definición</strong>: null es un valor especial que representa la ausencia intencional de cualquier objeto o valor. Es distinto de undefined, ya que null es un valor asignado explícitamente.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:03:27 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431738727</guid>
      </item>
      <item>
         <title>6. Object </title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431740002</link>
         <description><![CDATA[<p><strong>Definición</strong>: Un Object es un tipo de dato que se utiliza para almacenar colecciones de datos en pares clave-valor. Los objetos pueden contener propiedades y métodos.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:04:25 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431740002</guid>
      </item>
      <item>
         <title>7. Array</title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431742461</link>
         <description><![CDATA[<p><strong>Definición</strong>: Un Array (o arreglo) es una estructura de datos que permite almacenar una lista ordenada de valores, que pueden ser de diferentes tipos. Los arreglos son objetos especiales, y cada elemento se accede a través de un índice numérico.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:06:29 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431742461</guid>
      </item>
      <item>
         <title>8. Symbol</title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431743179</link>
         <description><![CDATA[<p><strong>Definición</strong>: Un Symbol es un valor único e inmutable que se utiliza para crear identificadores únicos para las propiedades de los objetos. Es útil cuando necesitas propiedades que no puedan ser sobrescritas accidentalmente.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:06:55 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431743179</guid>
      </item>
      <item>
         <title>9. BigInt</title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431743841</link>
         <description><![CDATA[<p><strong>Definición</strong>: BigInt es un tipo de dato que permite representar enteros de cualquier tamaño, mucho más allá del límite que puede manejar el tipo Number estándar.</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:07:24 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431743841</guid>
      </item>
      <item>
         <title>10. Function </title>
         <author>katherinrivas1</author>
         <link>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431744617</link>
         <description><![CDATA[<p><strong>Definición</strong>: Aunque una función es un tipo especial de objeto en JavaScript, se considera fundamental para la estructura del lenguaje. Las funciones permiten agrupar bloques de código reutilizables y ejecutarlos cuando sea necesario.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-30 14:08:00 UTC</pubDate>
         <guid>https://padlet.com/katherinrivas1/qxnvb3fe23n517h6/wish/3431744617</guid>
      </item>
   </channel>
</rss>
