Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 26, 2018 20:00
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/ccdee9c488b419271216663afc9a1359 to your computer and use it in GitHub Desktop.
Save parzibyte/ccdee9c488b419271216663afc9a1359 to your computer and use it in GitHub Desktop.
var mensaje = `Esto es una comilla doble => "
Esto es una comilla simple => '
Arriba hay muchos saltos
Una tabulación
¡Otra tabulación!
Saltos con tabulación`;
console.log(mensaje);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment