I am getting this message in quite of bit of places in Visual Studio all of a sudden.
Gratuitous parentheses around expression.
I am OK with validationg my Javascript but what does it mean and why is the expressions below causing this?
if ((self.display.current() !== display.LOSER && self.display.current() !== display.WINNER) || !self.bye()) {
}
Visual Studio 15.8.6