Join Slack
Powered by
if it could be either 0 or 1, use `.find`, which w...
# getting-started
k
kevinmost
02/01/2018, 7:56 PM
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
Open in Slack
Previous
Next