Skip to main content
🔮 Output PredictionJS JavaScript Easy⚡+10 XP

String Concatenation

What does this code print?

JavaScript
console.log("Hello" + " " + "World");

🔮 What is the output?