Q. Choose the correct snippet from the following to check if the variable "a" is not equal the "NULL":
β
Correct Answer: (A)
if(a!==null)
You must be Logged in to update hint/solution