Q.

The snippet that has to be used to check if “a” is not equal to “null” is

A. if(a!=null)
B. if (!a)
C. if(a!null)
D. if(a!==null)
Answer» D. if(a!==null)
1.5k
0
Do you find this helpful?
13

View all MCQs in

Web Technology

Discussion

No comments yet