2025-04-26

JavaScript

JavaScriptのきほん「テンプレートリテラル」

今回は、先回ご紹介した「カレンダーを表示する関数」のうち、以下のコードを詳しくみていくことにしよう。const todayString = `${today.getFullYear()}-${String(today.getMonth() ...