
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
グローバル変数を扱いやすくする工夫 - Qiita
<script> var now = new Date(), current_full_year = now.getFullYear(), current_month = now.getMont... <script> var now = new Date(), current_full_year = now.getFullYear(), current_month = now.getMonth(), current_date = now.getDate(), current_hours = now.getHours(), current_minutes = now.getMinutes(), current_seconds = now.getSeconds(); </script> //今の年は? current_full_year 2019 //じゃ、今の分は? durrent_minutes Uncaught ReferenceError: current_minute is not defined at <anonymous>:1:13 //なぬ!!変数名違ったっけ?タイプミスか