1
2

More than 5 years have passed since last update.

js コメントの書き方一覧

Last updated at Posted at 2016-11-02

基本系

/**
*タイトル(概要説明)
*@param {引数のタイプ} _引数名 部位
*@return {型} objectの詳細 {}
*/

※param型 一覧 {Number} {String} {Array}{Object}{Boolean}

オブジェクト変数

hogehoge = {
    id:"", //ステージID
    name:""//自分の名前
}
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2