We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 526e919 + dc225db commit 1d84f60Copy full SHA for 1d84f60
docs/2-browser-apps/03-class/index.mdx
@@ -384,10 +384,6 @@ document.write(false.toString()); // false
384
385
### `Date` クラス
386
387
-上で説明したように、JavaScript では開発者が定義しなくても最初から使用可能な<Term>クラス</Term>が用意されています。
388
-
389
-[`Date` クラス](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Date)は、JavaScript に標準で用意されている、日付や時刻を扱うための<Term>クラス</Term>です。
390
391
ドキュメントを読み、[`Date` クラス](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Date)を使って、その日の残り時間を表示してみましょう。
392
393
例:
0 commit comments