Skip to content

Instantly share code, notes, and snippets.

@tarVolcano
Created March 9, 2014 14:11
Show Gist options
  • Save tarVolcano/9448343 to your computer and use it in GitHub Desktop.
Save tarVolcano/9448343 to your computer and use it in GitHub Desktop.
ドットインストールでJavaScriptのおさらい
(function() {
var x = 10;
y = 20;
console.log(x + y);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment