Hacker News new | ask | show | jobs
by Rusky 3400 days ago
The usage of ? in foo()?.bar() is no different from its usage in foo()?; ...