Leaderboard Archive
Javascript Apr 8, 2026

What does this output?

console.log([] + [])
The Correct Answer
C
Explanation
Both arrays convert to empty strings via toString(). "" + "" = "".

Ready for your shot?

Join thousands of developers solving one logic puzzle every morning.

Solve Today's Challenge →