Created
July 30, 2018 22:25
-
-
Save gladchinda/538e6e8b2a168984ae9a59e8b6bbc8db 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
const message = "Hello Glad,\n\ | |
Your meeting is scheduled for noon today."; | |
console.log(message); | |
// Hello Glad, | |
// Your meeting is scheduled for noon today. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment