Skip to content

Instantly share code, notes, and snippets.

@satyr
Created March 12, 2010 20:28
Show Gist options
  • Save satyr/330746 to your computer and use it in GitHub Desktop.
Save satyr/330746 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<script>
document.write('<pre>');
function $(x){
var _ = {valueOf: function v(a){
document.writeln(x +'\n -> _.valueOf('+ JSON.stringify(a) +')');
}};
eval(x);
}
$('Object(_)');
$('+_');
$('"" + _');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment