Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 233 Bytes

triple-equals.md

File metadata and controls

11 lines (6 loc) · 233 Bytes

Pattern: Missing identity (===, !==) comparison

Issue: -

Description

Requires === and !== in place of == and !=.

Further Reading