Created
March 26, 2018 20:00
-
-
Save parzibyte/ccdee9c488b419271216663afc9a1359 to your computer and use it in GitHub Desktop.
This file contains 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
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