Hacker News new | ask | show | jobs
by eropple 1104 days ago
I've seen `!!` and I've seen `!`, but what would `!!!` get you here that the other two don't?
1 comments

negation plus cast to boolean. See this for more info: https://stackoverflow.com/questions/21154510/the-use-of-the-...