JS Coding Questions
Interview Questions
Practice Exercises
Back to list
#57
🎯 Exercise
JavaScript Coding Exercise 57
✅ Learned
🔄 Review Later
❌ Not Learned
Feedback
Advertisement
728x90
Choose the correct output:
A
console.log(true && 'hi');
B
console.log(true && 'hi' && 1);
C
console.log(true && '' && 0);
Check Answer
Advertisement
Responsive Ad
Advertisement
Vertical Ad
Previous
57
of
86
Next