Skip to content

Instantly share code, notes, and snippets.

@nhathm
Created March 27, 2019 06:37
Show Gist options
  • Save nhathm/3fe67cbd8da87aba13adb31256e214d3 to your computer and use it in GitHub Desktop.
Save nhathm/3fe67cbd8da87aba13adb31256e214d3 to your computer and use it in GitHub Desktop.
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