aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/javascript/referencia/objetos_globales/array/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/javascript/referencia/objetos_globales/array/index.html')
-rw-r--r--files/es/web/javascript/referencia/objetos_globales/array/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/files/es/web/javascript/referencia/objetos_globales/array/index.html b/files/es/web/javascript/referencia/objetos_globales/array/index.html
index e4358cf6d1..45531c7a3e 100644
--- a/files/es/web/javascript/referencia/objetos_globales/array/index.html
+++ b/files/es/web/javascript/referencia/objetos_globales/array/index.html
@@ -358,7 +358,7 @@ if (mensajes.length === 100) {
[' ',' ',' ',' ',' ',' ',' ',' '],
[' ',' ',' ',' ',' ',' ',' ',' '],
['p','p','p','p','p','p','p','p'],
- ['r','c','a','d','r','a','c','t'] ]
+ ['t','c','a','d','r','a','c','t'] ]
console.log(tablero.join('\n') + '\n\n')
@@ -376,7 +376,7 @@ P,P,P,P,P,P,P,P
 , , , , , , ,
 , , , , , , ,
p,p,p,p,p,p,p,p
-r,c,a,d,r,a,c,t
+t,c,a,d,r,a,c,t
P,P,P,P,P,P,P,P
 , , , , , , ,
@@ -384,11 +384,9 @@ P,P,P,P,P,P,P,P
 , , , ,p, , ,
 , , , , , , ,
p,p,p,p, ,p,p,p
-r,c,a,d,r,a,c,t
+t,c,a,d,r,a,c,t
</pre>
-
-
<h3 id="Uso_de_un_array_para_tabular_un_conjunto_de_valores">Uso de un <em>array</em> para tabular un conjunto de valores</h3>
<pre class="notranslate">valores = []