Skip to content

Instantly share code, notes, and snippets.

@camka
Last active May 28, 2017 03:20
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 camka/d3a4a1386f07d7eb341b218e6b03aacc to your computer and use it in GitHub Desktop.
Save camka/d3a4a1386f07d7eb341b218e6b03aacc to your computer and use it in GitHub Desktop.
kintone javascript基本書き方
(function() {
  "use strict"; //厳格モード
    //ここから具体的な処理の内容を記述していきます。
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment