Hacker News new | ask | show | jobs
by floriferous 3078 days ago
Is there any way this could work with === ?
1 comments

Yes, one answer on SO showed a possibility. The first getter overwrites a with a getter giving 2, then this second getter overwrites a with a getter giving 3. Crazy.