Skip to content

Instantly share code, notes, and snippets.

@goodbedford
Last active April 1, 2016 05:43
Show Gist options
  • Save goodbedford/a19808fc73860d939a3d6fc00dceca06 to your computer and use it in GitHub Desktop.
Save goodbedford/a19808fc73860d939a3d6fc00dceca06 to your computer and use it in GitHub Desktop.
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