Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 26, 2018 19:47
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/9eb1866a2b406a8959e48416398fde42 to your computer and use it in GitHub Desktop.
Save parzibyte/9eb1866a2b406a8959e48416398fde42 to your computer and use it in GitHub Desktop.
var usuario = "pedrito",
password = "123";
var texto = `Hola. Estos son tus datos:
Usuario: ${usuario}
Contraseña: ${password}`;
console.log(texto);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment