Problem using template literal | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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