Problem using template literal | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Problem using template literal

let country = readLine(); let capital = readLine(); //complete the code console.log(`Country:${country} , Capital: ${capital}`);

26th Feb 2023, 9:49 PM
Krish Tiwari
Krish Tiwari - avatar
2 Antworten
+ 4
Pay attention to blank spaces in the output.
26th Feb 2023, 10:01 PM
Lisa
Lisa - avatar
+ 2
Thanks
26th Feb 2023, 10:03 PM
Krish Tiwari
Krish Tiwari - avatar