Skip to content

Instantly share code, notes, and snippets.

@Chesare22
Last active September 10, 2020 18:09
Show Gist options
  • Save Chesare22/8094b616f4e54b99e741a5b659f8f0fa to your computer and use it in GitHub Desktop.
Save Chesare22/8094b616f4e54b99e741a5b659f8f0fa to your computer and use it in GitHub Desktop.
'Bienvenido ' + nombre + ', son las ' + (new Date().getHours() + 1) + ' horas';
`Bienvenido ${nombre}, son las ${new Date().getHours() + 1} horas`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment