Skip to content

Instantly share code, notes, and snippets.

@digibutt
Created February 11, 2012 08:01
Show Gist options
  • Save digibutt/1797749 to your computer and use it in GitHub Desktop.
Save digibutt/1797749 to your computer and use it in GitHub Desktop.
Hello World JS
var element = document.getElementById('page');
element.innerHTML = 'Ni Hao Shi Jie!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment