While `text?.let {...} ?: ...` is also correct, th...
# announcements
e
While
text?.let {...} ?: ...
is also correct, the point is that writing
idiomatic
Kotlin does NOT require you to use those
let
,
apply
,
run
thing