if(a!=null)
if (!a)
if(a!null)
if(a!==null)
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option D
Explanation :
The not-equal operator !== compares o to null and evaluates to either true or false.
Be The First To Comment