下面判断对象myObj是否存在的写法错误的是( )
typeof myObj == "undefined"
myObj === undefined
myObj === null
!this.hasOwnProperty('myObj')