Y
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
littlecranky67
1104 days ago
negation plus cast to boolean. See this for more info:
https://stackoverflow.com/questions/21154510/the-use-of-the-...
link