Last active
November 2, 2022 13:38
-
-
Save mapehe/5c3bfd28e1b262f2cced0a44f0a69f3f to your computer and use it in GitHub Desktop.
The type of `new Date() ${operator} 0` depends on the choice of the operator.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log(new Date() + 0) | |
console.log(new Date() - 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment