Today I Learned - Rocky Kev

Tagged “time”

  1. TIL delta time

    Delta time, also known as 'time delta,' refers to the difference between the 'current time' and the 'last time' a piece of code was executed. In JavaScript, delta time can be calculated using the Date object or by using the performance.now() method.

See all tags.