Learning operators. Feel like studying Javascript is a combo of maths and english grammar. Both I weren’t great at!
(&&) compares 2 values and returns “true” only if both are true. This operator (||) returns “true” if 1 of the values is true.
I think thats right…