Hacker News new | ask | show | jobs
by jbreckmckye 271 days ago
I'm a big fan of the Elvis operator myself (.?)
1 comments

.? is null-safe property access. Elvis is ?:
Oh, that makes more sense, because ?: has eyes

https://en.m.wikipedia.org/wiki/Elvis_operator

?:-)