The static method [`Date.now()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/now) is missing, which is a shortcut for `new Date().getTime()` without allocating a Date object.