!! will throw exception if the value is null, like...
# getting-started
m
!! will throw exception if the value is null, like `assert something != null`; and ? will just ignore null.