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 Jul 19, 2021
1 parent 5cbd048 commit fceed6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 02-JS-I/homework/homework.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ function esVocal(letra){
if(letra === "a" || letra === "e" || letra === "i" || letra === "o" || letra === "u"){
return "Es vocal"
}
return "Dato incorrecto"

}

Expand Down

1 comment on commit fceed6e

@MelinaMedinaCa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola, buenas noches, voy haciendo a mi tiempo pero no comprendo si hay qye ir hacieno directamnte de visualStudio. porque me habre directamente ahi.

Please sign in to comment.