sir please help me to solve country card program in template literal can you please send me the program | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

sir please help me to solve country card program in template literal can you please send me the program

24th Sep 2023, 8:12 AM
Diwakaran R
Diwakaran R - avatar
3 Respostas
+ 5
Diwakaran R ,NO Providing `readymade` code, this feature is not available here.First Try by yourself,after this if you face any problems in during learning or making code then ask here.. Note that.. If you're having trouble in code, share your code and describe what error message you're receiving. without watching no one can figure out what's going wrong.
24th Sep 2023, 8:32 AM
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š]
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š] - avatar
+ 5
Diwakaran R , #First Learn again chapters with carefully.. #Don't send direct messages.. If you are facing any problem then ask the question here instead of DM. this codecoach the prompts the user to enter a country and its capital, and then it creates a string representation of the country and capital using template literals. So you need to add `console` `console.log(countryCard);` Its prints the country card to the console.
24th Sep 2023, 9:43 AM
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š]
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š] - avatar
0
let Country = 'Country: Spain'; let Capital = 'Capital: Madrid'; console.log(`${Country}, ${Capital}`); Sir, now IAM undergoing web development course in sololearn and now Iam in template literal lesson in this lesson ,at last it show code coach ,when I run this code in code coach, it asking it want to display country card for all task 5 Please help me to solve the code coach for all 5 task
24th Sep 2023, 8:46 AM
Diwakaran R
Diwakaran R - avatar