For null check, you can use ! condition.ExampleFollowing is the code −var value=null; if(!value) { console.log(This is null.)
確定! 回上一頁