📜  js null == - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:24.309000             🧑  作者: Mango

代码示例3
if(!pass || !cpass || !email || !cemail || !user) {
   // Code here
}
// Which will check for empty strings (""), null, undefined, false and the numbers 0 and NaN