Skip to content

Instantly share code, notes, and snippets.

@hanksudo
Created April 25, 2013 19:24
Show Gist options
  • Save hanksudo/5462397 to your computer and use it in GitHub Desktop.
Save hanksudo/5462397 to your computer and use it in GitHub Desktop.
debug: show output in a new window
var d=window.open().document;
d.write("<html><body><h1>Hi!</h1> Test!</body></html>");
d.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment