Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 239 Bytes

SC2266.md

File metadata and controls

11 lines (6 loc) · 239 Bytes

Pattern: Use of & for logical AND

Issue: -

Description

Use && for logical AND. Single & will background and return true.

Further Reading