But it's also fine to write `if (variable != null)...
# getting-started
k
But it's also fine to write
if (variable != null) { ... }
👆 3