<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>RESULTADO 2.1 by Gabriela Alvarado Martinez</title>
      <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-07-11 05:03:22 UTC</pubDate>
      <lastBuildDate>2024-07-16 00:15:43 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>              JavaScript </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3050721798</link>
         <description><![CDATA[<p><strong>Es un lenguaje de programación que se utiliza principalmente para crear paginas web dinámicas.</strong></p>]]></description>
         <enclosure url="https://images.unsplash.com/photo-1619410283995-43d9134e7656?crop=entropy&amp;cs=srgb&amp;fm=jpg&amp;ixid=M3w3ODI2fDB8MXxzZWFyY2h8M3x8SmF2YVNjcmlwdHxlc3wxfHx8fDE3MjA2Njc4MzJ8MA&amp;ixlib=rb-4.0.3&amp;q=85" />
         <pubDate>2024-07-11 05:03:22 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3050721798</guid>
      </item>
      <item>
         <title>Funciones y propiedades básicas de JavaScript </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3050721800</link>
         <description><![CDATA[<p><strong><mark>JavaScript incorpora una serie de herramientas y utilidades para el manejo de las variables. Las operaciones básicas con las variables, se pueden realizar directamente con las utilidades que ofrece.</mark></strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-11 05:03:22 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3050721800</guid>
      </item>
      <item>
         <title>A) Funciones útiles para cadenas de texto </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3050721801</link>
         <description><![CDATA[<ul><li><p><strong><sup>  </sup><mark><sup>length:</sup></mark></strong><sup> calcula la longitud de una cadena de texto.</sup></p></li><li><p><strong><mark><sup>&nbsp;+:</sup></mark></strong><sup> Se emplea para concatenar varias cadenas de texto</sup></p></li><li><p><strong><mark><sup> toUpperCase(): </sup></mark></strong><sup>transforma todos los caracteres de la cadena a mayúsculas.</sup></p></li><li><p><strong><mark><sup> toLowerCase(): </sup></mark></strong><sup>transforma todos los caracteres de la cadena a minúsculas.</sup></p></li><li><p><strong><mark><sup>charAt(posicion):</sup></mark></strong><sup> Obtiene el carácter que se encuentra en la posición indicada.</sup></p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-11 05:03:22 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3050721801</guid>
      </item>
      <item>
         <title>C) Funciones útiles para números</title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3050721803</link>
         <description><![CDATA[<ul><li><p><strong> <mark>NaN, (del inglés, </mark><em><mark>"Not a Number"</mark></em><mark>):</mark></strong> JavaScript emplea el valor NaN para indicar un valor numérico no definido (por ejemplo, la división 0/0).</p></li><li><p><strong><mark>NaN, (del inglés, </mark><em><mark>"Not a Number"</mark></em><mark>): </mark></strong>Emplea el valor NaN para indicar un valor numérico no definido (por ejemplo, la división 0/0).</p></li><li><p><strong><mark> Infinity:</mark></strong> Hace referencia a un valor numérico infinito y positivo.</p></li><li><p><strong><mark>toFixed(digitos):</mark></strong> Devuelve el número original con tantos decimales como los indicados por el parámetro dígitos y realiza los redondeos necesarios. </p><p>&nbsp;</p></li></ul><p>&nbsp;</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-11 05:03:22 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3050721803</guid>
      </item>
      <item>
         <title></title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3051196680</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1926771654/6b5853b649f88f4472822daa21f9da1b/Captura_de_pantalla_2024_07_11_213809.png" />
         <pubDate>2024-07-11 16:51:03 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3051196680</guid>
      </item>
      <item>
         <title>La estructura for in en JavaScript </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3051538731</link>
         <description><![CDATA[<p><sup>Es utilizada para llenar sobre las propiedades de un objeto. Este tipo de ciclo recorre todas las propiedades del objeto en un orden arbitrario, permitiendo realizar operaciones en cada una de ellas. </sup></p><p><strong><mark>Ejemplo:</mark></strong></p><blockquote><p>const  object = {a: 1, b: 2, c: 3};</p><p>for (const property in object){</p><p>      }</p><p>//     <strong> __<em> Resultado </em></strong><em>__</em></p><p><em>//  a: 1</em></p><p><em>// b: 2</em></p><p><em>// c:3</em></p></blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-12 02:20:18 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3051538731</guid>
      </item>
      <item>
         <title></title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3051561029</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1926771654/89c0ca484d4e1841f34e889318c73833/Captura_de_pantalla_2024_07_12_172319.png" />
         <pubDate>2024-07-12 02:35:25 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3051561029</guid>
      </item>
      <item>
         <title></title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3051672547</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1926771654/4e59de2666076baaa519b79f5c364d46/Captura_de_pantalla_2024_07_11_220247.png" />
         <pubDate>2024-07-12 04:04:24 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3051672547</guid>
      </item>
      <item>
         <title>               Asignación </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052268664</link>
         <description><![CDATA[<p>     Este operador se utiliza para guardar un valor especifico en una variable. <strong><mark>El símbolo utilizado es =</mark></strong> (no confundir con el operador==):</p><pre><code>       var numero1 = 3;</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-12 22:05:20 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052268664</guid>
      </item>
      <item>
         <title>  Incremento y decremento </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052271108</link>
         <description><![CDATA[<p>   Son validos para las variables numéricas y se utilizan para incrementar o decrementar en una unidad el valor de una variable.</p><pre><code>       var numero = 5;
       ++numero;
 alert(numero); // numero = 6</code></pre><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-12 22:19:33 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052271108</guid>
      </item>
      <item>
         <title>         NEGACION</title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052272354</link>
         <description><![CDATA[<p>Se utiliza para obtener el valor contrario al valor de la variable.</p><pre><code>     var visible = true </code></pre><pre><code> alert(!visible); // Muestra "false" y no "true"</code></pre><p><br></p><p> </p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1926771654/4b9aaf28450e178c79cb1aff520a12e4/image.png" />
         <pubDate>2024-07-12 22:24:58 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052272354</guid>
      </item>
      <item>
         <title>                    Lógicos </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052274072</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-07-12 22:32:33 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052274072</guid>
      </item>
      <item>
         <title>         ADN</title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052277020</link>
         <description><![CDATA[<p>  <mark>     Obtiene su resultado combinando dos valores booleanos. El operador se indica mediante el símbolo &amp;&amp;. </mark></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1926771654/0d5cdef390f6b2e42953fca99678bacf/image.png" />
         <pubDate>2024-07-12 22:47:37 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052277020</guid>
      </item>
      <item>
         <title>            OR</title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052277649</link>
         <description><![CDATA[<p><mark>  El operador se indica mediante el símbolo || y su resultado es true si alguno de los operadores es true.</mark></p><p>          var valor1 = true; </p><p>          var valor2 = false;</p><p>resultado = valor1 | | valor2; // resultado = true</p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1926771654/97a7ca65794df35227ef6dfc4e7e8a15/image.png" />
         <pubDate>2024-07-12 22:51:59 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052277649</guid>
      </item>
      <item>
         <title>           Matemáticos   </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052284977</link>
         <description><![CDATA[<pre><code>Los operadores definidos son: suma (+), resta (-),multiplicación (*) y división (/).</code></pre>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1926771654/18bbb1a35e67deae5f9f0fefc44b50f1/image.png" />
         <pubDate>2024-07-12 23:28:37 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052284977</guid>
      </item>
      <item>
         <title>            Relacionales </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052297174</link>
         <description><![CDATA[<p>Los operadores relacionales definidos por JavaScript son idénticos a los que definen las matemáticas:</p><pre><code>      Mayor que (&gt;)</code></pre><pre><code>      Menor que (&lt;)</code></pre><pre><code>      Mayor o igual (&gt;=)</code></pre><pre><code>      Menor o igual (&lt;=)</code></pre><pre><code>      Igual que (==)</code></pre><pre><code>      Distinto de (!=)</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-13 00:28:18 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052297174</guid>
      </item>
      <item>
         <title>Formularios en JavaScript </title>
         <author>alvaradomartinezgabriela06</author>
         <link>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052328234</link>
         <description><![CDATA[<p>Son una vía de entrada a la base de datos y, por ende, a la zona más sensible de la aplicación web. La información que recibiremos debe pasar un exhaustivo control de calidad: La edad será un número, no una dirección de correo; una foto no debe ser un archivo comprimido zip.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1926771654/803782d1ca1feea842a18bb58a3d410d/image.png" />
         <pubDate>2024-07-13 02:15:24 UTC</pubDate>
         <guid>https://padlet.com/alvaradomartinezgabriela06/sdwz9wm271cr9yee/wish/3052328234</guid>
      </item>
   </channel>
</rss>
