+ 2
How to solve this
let country = readLine(); let capital = readLine(); //complete the code console.log(`Country: , Capital: `);
3 RĂ©ponses
+ 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 ...
+ 3
Azlan Wasi use readline() instead of readLine()
+ 2
Nothing is work