/ Published in: JavaScript
Expand |
Embed | Plain Text
method | undefined | false (SomeObject.foo) false false (SomeObject.foo != null) false true (SomeObject.foo !== null) true true (SomeObject.foo != false) true false (SomeObject.foo !== false) true false
You need to login to post a comment.
