The logic I am trying to express is:
- if
condition_1AND - either
condition2ORcondition3AND condition_4THENconsole.log("THING ONE")- OTHERWISE
console.log("THING TWO");
edit - figured out original issue was in other code whilst writing, so posting answer Q&A-style