@wallhackio Why would you ever write any of the above two options instead of if (!x)? Asking as a C programmer. Are there any situations where these do different things?
@vaporeon_ there are non-nullish values that are coerced to false. or x could be false itself. That means the following values would also be treated as nullish:
false""0-00nNaN
@wallhackio @vaporeon_ this is a better answer than mine
0n is an arbitray purrecision integer literal ftr
re: no image descriptions
@aescling @vaporeon_ sure Brandon Eich, why not do that