Skip to content

Instantly share code, notes, and snippets.

@paigen11
Created September 14, 2019 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paigen11/8e88f2f5aa9ff664d9054ff8f3de4257 to your computer and use it in GitHub Desktop.
Save paigen11/8e88f2f5aa9ff664d9054ff8f3de4257 to your computer and use it in GitHub Desktop.
Basic String
const string1 = 'this is a string in single quotes';
const string2 = "this is a string in double quotes";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment