Last active
January 6, 2020 19:34
-
-
Save codenirvana/a374fdb20f4d648c9654d37fc1af504a to your computer and use it in GitHub Desktop.
a==1 && a==2 && a==3
This file contains hidden or 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
const a = { | |
value : 0, | |
valueOf: () => ++a.value | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment