You can use the Boolean() function to find out if an expression (or a variable) is true: ... The Boolean value of null is false: let x = null; Boolean(x);.
確定! 回上一頁