Closed
Description
When reading source code, I got confused when reading this line:
TypeScript/src/compiler/scanner.ts
Line 299 in 712967b
And I finally realized that it's ! ===
(equals) than !==
(not equals)
I think this writing would confuse many people
TypeScript Version: from 3.6 to current(3.8.3)
Search Terms: ! ===