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

Template Literals

What is the output?

JavaScript
const name = "World";
console.log(`Hello ${name}!`);

🔮 What is the output?