Thanks for the answers, I think I will stick with ...
# getting-started
t
Thanks for the answers, I think I will stick with the if version 🙂
👍 1
e
tulio: Is doSomething() returning a value? If not you could just say value?.doSomething() without the
let
or
if
, it will only execute the doSomething if value is not null or otherwise move on.