The logical or operator (||) checks if either statement satisfies a condition. We use it to reduce multiple if statements. 

As at least one of the conditions was true, the first statement was executed.