Skip to content

Instantly share code, notes, and snippets.

@topicus
Created December 14, 2014 01:15
Show Gist options
  • Select an option

  • Save topicus/fa122c9d2cbc4b8fb167 to your computer and use it in GitHub Desktop.

Select an option

Save topicus/fa122c9d2cbc4b8fb167 to your computer and use it in GitHub Desktop.
var hola;
console.log(hola) // prints 'undefined'
hola = 'hola';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment