0
Please help me with template literals?
With five countries and their capital cities let country = readLine(); let capital = readLine(); //complete the code console.log(`Country: , Capital: `);
1 Answer
+ 2
Hint : `${var}`
With five countries and their capital cities let country = readLine(); let capital = readLine(); //complete the code console.log(`Country: , Capital: `);