Discussion Forum : Basic And Variables
Question - The snippet that has to be used to check if “a” is not equal to “null” is
Options:
A .  if(a!=null)
B .  if (!a)
C .  if(a!null)
D .  if(a!==null)
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *