2023-05-06から1日間の記事一覧

Date.now (JavaScript)

投稿日時はDate.nowという関数で取得できます。 Date.now() メソッドは、UTC (協定世界時) での 1970 年 1 月 1 日 0 時 0 分 0 秒 から現在までの経過時間をミリ秒単位で返します。 // This example takes 2 seconds to run const start = Date.now(); cons…