Join Slack
Powered by
`x ?: 0` will return `x` if x isn’t null, 0 otherw...
# random
s
Shawn
06/04/2018, 5:35 PM
x ?: 0
will return
x
if x isn’t null, 0 otherwise
Open in Slack
Previous
Next