Skip to content

Instantly share code, notes, and snippets.

@hackervera
Created August 1, 2010 11:57
Show Gist options
  • Save hackervera/503277 to your computer and use it in GitHub Desktop.
Save hackervera/503277 to your computer and use it in GitHub Desktop.
prompt
<script>
var foo = new Object();
foo.cool = prompt('yo');
var dude = foo.cool;
console.log(dude);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment