Skip to content

Instantly share code, notes, and snippets.

View camka's full-sized avatar

Kazuya Takahashi camka

  • Century21 Branch of Fuji Realty Co.,Ltd
  • Cambodia
View GitHub Profile
@camka
camka / gist:d3a4a1386f07d7eb341b218e6b03aacc
Last active May 28, 2017 03:20
kintone javascript基本書き方
(function() {
  "use strict"; //厳格モード
    //ここから具体的な処理の内容を記述していきます。
})();