How to solve this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to solve this

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

14th Mar 2023, 4:31 PM
Azlan Wasi
Azlan Wasi - avatar
3 Answers
+ 8
Have you tried reviewing the relevant chapter covering templare literals? that's what I did to get through the quiz. If the lesson was not clear enough then try searching the forum for similar questions, I believe some had posted questions on it and got assistance and/or hints ...
14th Mar 2023, 5:05 PM
Ipang
+ 3
Azlan Wasi use readline() instead of readLine()
14th Mar 2023, 6:23 PM
Sakshi
Sakshi - avatar
+ 2
Nothing is work
14th Mar 2023, 6:31 PM
Azlan Wasi
Azlan Wasi - avatar