Skip to content

Instantly share code, notes, and snippets.

@adrianpike
Created August 17, 2012 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianpike/3383036 to your computer and use it in GitHub Desktop.
Save adrianpike/3383036 to your computer and use it in GitHub Desktop.
<html>
<script type="text/javascript">
var obj = {};
console.log(obj, obj.derpen);
obj.derpen = 'testing';
console.log(obj, obj.derpen);
</script>
<body>
open the damn console
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment