Skip to content

Commit

Permalink
Update homework.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoMartinezFS authored and atralice committed Aug 19, 2021
1 parent 73649e5 commit d506782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-JS-III/homework/homework.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// No cambies los nombres de las funciones.

function devolverPrimerElemento(array) {
// Devuelve el primer elemento de un array
// Devuelve el primer elemento de un array (pasado por parametro)
// Tu código:
}

Expand Down

0 comments on commit d506782

Please sign in to comment.