Created
March 27, 2019 06:37
-
-
Save nhathm/3fe67cbd8da87aba13adb31256e214d3 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
let backslashString = "Hello, backslash \\" | |
// output: Hello, backslash \ | |
let quotemarkString = "Hello, quote mark \"" | |
// output: Hello, quote mark " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment