Skip to content

Instantly share code, notes, and snippets.

@codenirvana
Last active January 6, 2020 19:34
Show Gist options
  • Save codenirvana/a374fdb20f4d648c9654d37fc1af504a to your computer and use it in GitHub Desktop.
Save codenirvana/a374fdb20f4d648c9654d37fc1af504a to your computer and use it in GitHub Desktop.
a==1 && a==2 && a==3
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