Skip to content

Commit 104094a

Browse files
committed
fixed image from uploadcare to raw github
1 parent 5e6a9b1 commit 104094a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/03.1-Access-and-retrieve/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cada arreglo tiene las siguientes partes:
1111
- Length (Longitud): es el tamaño del arreglo, el número de elementos.
1212
- Index (indice): es la posición de un elemento.
1313

14-
![Como funciona un arreglo](https://ucarecdn.com/a2c7ae7f-2d52-4061-963d-0a9371d51b39/DbmSOHT.png)
14+
![Como funciona un arreglo](https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/blob/5e6a9b1276ed2b7de1b9bb0240105983c170611c/.learn/assets/DbmSOHT.png?raw=true)
1515

1616
Para acceder a cualquier elemento en particular dentro del arreglo, necesitas conocer su índice (posición). El índice es un valor entero que representa la posición en la que se encuentra el elemento. Acotación: ¡Cada arreglo comienza desde cero (0)!
1717

exercises/03.1-Access-and-retrieve/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Every array has the following parts:
1111
- Length: is the size of the array, the number of items.
1212
- Index: is the position of an element.
1313

14-
![How arrays work](https://ucarecdn.com/a2c7ae7f-2d52-4061-963d-0a9371d51b39/DbmSOHT.png)
14+
![How arrays work](https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/blob/5e6a9b1276ed2b7de1b9bb0240105983c170611c/.learn/assets/DbmSOHT.png?raw=true)
1515

1616
To access any particular item within the array you need to know its index (position). The index is an integer value that represents the position in which the element is located. Protip: Every array starts from cero (0)!
1717

0 commit comments

Comments
 (0)