A
Q. What will be the output of the following code snippet?
Code:
var a = true + true + true * 3;
print(a)
print(a)
- Correct Answer - Option(D)
- Views: 7
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.