Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Last active December 18, 2015 04:59
Show Gist options
  • Save tuki0918/5729646 to your computer and use it in GitHub Desktop.
Save tuki0918/5729646 to your computer and use it in GitHub Desktop.
JS汎用コード
(function(){
alert(1);
alert(2);
alert(3);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment