The or operator results in true if at least one of the values is true.

Can you make this code snippet output true?

That's it! The or operator outputs true any time one or both values are true.

Oh noes! Didn't we say that we always need at least one value to be true to output true?