Last active
April 1, 2016 05:43
-
-
Save goodbedford/a19808fc73860d939a3d6fc00dceca06 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
var str = "I am a string variable that is declared and defined"; | |
console.log("I am a string"); // I am a string to console | |
console.log(str); // I am a string variable that is declared and defined | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment