Skip to content

Instantly share code, notes, and snippets.

@danjm
Created February 10, 2015 16:00
Show Gist options
  • Save danjm/017551cbdb8a54ba363c to your computer and use it in GitHub Desktop.
Save danjm/017551cbdb8a54ba363c to your computer and use it in GitHub Desktop.
Gist Test: Hello World
var hello = "Hello";
var world = "World!";
document.write(hello+" "+world);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment