Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f88ed8575b38e184040b261080d472ad to your computer and use it in GitHub Desktop.
Save parzibyte/f88ed8575b38e184040b261080d472ad to your computer and use it in GitHub Desktop.
let nombre = prompt("Dime tu nombre");
if(nombre.endsWith("a")){
alert("Tu nombre termina con a");
}else{
alert("Tu nombre NO termina con a");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment