DEV Community

Discussion on: (a == 1 && a == 2 && a == 3) === true - Wait, hold on...

Collapse
 
emnudge profile image
EmNudge

Yes, that's true!
I was thinking more along the lines of having the scope reside entirely within Object.defineProperty where I don't believe a block scope would actually work, which is why I used an IIFE.
But this is completely valid, too!