Skip to content

Instantly share code, notes, and snippets.

@singiamtel
Last active May 14, 2024 23:37
Show Gist options
  • Save singiamtel/7e4816abc14f2aa5b4af130586e14902 to your computer and use it in GitHub Desktop.
Save singiamtel/7e4816abc14f2aa5b4af130586e14902 to your computer and use it in GitHub Desktop.
const a = { b: 1, toString: () => a.b++ };
console.log(a === 1 && a === 2 && a === 3) // True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment