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.
new Date() - new Date() // [ts] The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.
JS will implicitly convert these to numbers via valueOf, so explicit conversion is not necessary.
valueOf