Skip to content

Commit

Permalink
Update homework.js
Browse files Browse the repository at this point in the history
  • Loading branch information
atralice authored Feb 5, 2021
1 parent bc6bf17 commit a1e3bdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 05-JS-IV/homework/homework.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ function multiplicarNumeroDesconocidoPorCinco(objetoMisterioso) {

}

function eliminarPropiedad(objeto, propiedad) {
// Elimina la propiedad "propiedad" de "objeto"
function eliminarPropiedad(objeto, unaPropiedad) {
// Elimina la propiedad "unaPropiedad" de "objeto"
// tip: tenes que usar bracket notation
// Devuelve el objeto
// Tu código:
}
Expand Down

0 comments on commit a1e3bdc

Please sign in to comment.