Skip to content

Instantly share code, notes, and snippets.

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