Quoting Strings with Single Quotes code example
Example: Quoting Strings with Single Quotes
doubleQuoteStr = "This is a string";
singleQuoteStr = 'This is also a string';
doubleQuoteStr = "This is a string";
singleQuoteStr = 'This is also a string';