Skip to content

Instantly share code, notes, and snippets.

@snippe
Created November 10, 2014 08:22
Show Gist options
  • Save snippe/a324c10a5a858b0df125 to your computer and use it in GitHub Desktop.
Save snippe/a324c10a5a858b0df125 to your computer and use it in GitHub Desktop.
console.log("Before " + value1); //Before undefined
var value1 = "This is value1";
console.log("After " + value1); //After This is value1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment