Skip to content

Instantly share code, notes, and snippets.

@imura-moto
Last active January 25, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imura-moto/d8a4149cffc5b1a72cbe1df6610aa11e to your computer and use it in GitHub Desktop.
Save imura-moto/d8a4149cffc5b1a72cbe1df6610aa11e to your computer and use it in GitHub Desktop.
セミコロンを足しました。
var str = "Hello World";
/*
* ただHello Worldと言う関数
*/
var disp = function(){
console.log(str);
alert(str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment