Last active
September 10, 2020 18:09
-
-
Save Chesare22/8094b616f4e54b99e741a5b659f8f0fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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