SJust checking for truthiness when you specifically mean null or undefined is an antipattern since it leads to accidentally mishandling values like 0 or empty strings. You should use == null in this case instead.Comment·Article·Aug 1, 2018·20 TypeScript Interview Questions and Answers in 2018