Y
Hacker News
new
|
ask
|
show
|
jobs
by
chenglou
4512 days ago
Only one that I can think of, and a frequent one:
if (a == null) bla;
This checks for null and undefined.