+ 1
I can't pass this exercise in the introduction to Javascript.
I can't get past the template literals exercise at the end of this one: let country = readline(); let capital = readline(); console.log(`Country: ${country}, Capital: ${capital}`);
8 Answers
+ 2
I did it on my cell phone and it worked
+ 1
the function is case sensitive.
I hope this helps
0
Where can someone solve this problem please?
0
check the function name, you can do it
0
did you see the difference between this code and that code?
0
I tried the same on the computer and it didn't work
0
because you are calling a function which does not exist. function names are case sensitive
0
Yes that's true function calling is case sensitive you can try with country()