What will be the output of the following JS code snippet?
var a = true + true + true * 3; print(a)
नीचे दिए गए JS कोड स्निपेट का आउटपुट क्या होगा?
A. 0
B. 3
C. error
D. 5