#condition logic

1 messages · Page 1 of 1 (latest)

vapid quartz
#

does someone have any idea why the second condtion is not true even i have compared two condtions with &&, so if you can see the condition is true for both it should return true but its failing the second condition 🙄

proud ocean
#

The way you’re checking those conditions now, it returns true if BOTH conditions are met. You want the test to pass if EITHER condition is met. That requires a different logical operator in the check.