faraaz-deepsource / dev-checks

Use of and/or detected RB-ST1003
Anti-pattern
Minor
1 occurrence in this check
Use && instead of and.
 1if 1 > 2 and 2 < 3 2end
 3
 4(1..100) === 7