Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 21:01
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/586229a5cf222f337543ca9515769ff1 to your computer and use it in GitHub Desktop.
Save parzibyte/586229a5cf222f337543ca9515769ff1 to your computer and use it in GitHub Desktop.
let numero = 500;
if(numero.toString().startsWith("5")){
// El número comienza con 5
}else{
// El número no comienza con 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment