Created
September 14, 2019 15:01
-
-
Save paigen11/8e88f2f5aa9ff664d9054ff8f3de4257 to your computer and use it in GitHub Desktop.
Basic String
This file contains 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
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