Skip to content

Instantly share code, notes, and snippets.

@kennedyj
Created April 12, 2012 17:55
Show Gist options
  • Save kennedyj/2369656 to your computer and use it in GitHub Desktop.
Save kennedyj/2369656 to your computer and use it in GitHub Desktop.
Japanese and Javascript
var 氷 = "ice";
function 雪() {
document.write("It's snowing! 雪 and it's " + 氷);
}
window.onload(雪());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment