A
Q. What is the difference between the two lines given below ?
Code:
!!(object1 && object2);
(object1 && object2);
(object1 && object2);
- Correct Answer - Option(B)
- Views: 14
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.