if it could be either 0 or 1, use `.find`, which w...
# getting-started
k
if it could be either 0 or 1, use
.find
, which will return
null
if it's not present.
first
will throw if it's not present