A
Q. What is the difference between the two lines given below ?
!!(obj1 && obj2);
(obj1 && obj2);
- Correct Answer - Option(D)
- Views: 26
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.