Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Created July 31, 2016 21:13
Show Gist options
  • Select an option

  • Save egrueter-dev/4cfdd254621ef056df023f5e993a4cd6 to your computer and use it in GitHub Desktop.

Select an option

Save egrueter-dev/4cfdd254621ef056df023f5e993a4cd6 to your computer and use it in GitHub Desktop.
var width = 100;
console.log (width); //=> 100
var width = 200
console.log (width); //=> 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment