Concept Flow - Combining conditions
Start with array
Apply condition 1
Apply condition 2
Combine conditions with & or |
Use combined condition to filter array
Get filtered result
We start with a data array, apply two conditions, combine them using logical AND (&) or OR (|), then filter the array based on the combined condition.