Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Strings are created by enclosing characters in double quotes. You can put a double quote inside a string by escaping it with a backslash:

Code Block
themeConfluence
languagejavascript
a = "I can put a quote character, \", in my string using a backslash"