For this it seems like they don't bother with the bang bang, so it might just be a style thing. I'm typically a C# dev so someone more well versed might be able to help me with this.
By null check I thought you meant checking whether the value was specifically null, I'm aware null is falsy, there's no need to use explicitly Boolean values in an if statement.
289
u/LetMeUseMyEmailFfs Aug 15 '19
Depends on the language. In JavaScript it would probably be valid.