Where is mistake?? Cannot find
let myName = 'Joanna';
let myCity = 'Warsaw';
console.log(`My name is ${myName}. My favourite city is ${myCity}.`);
Where is mistake?? Cannot find
let myName = 'Joanna';
let myCity = 'Warsaw';
console.log(`My name is ${myName}. My favourite city is ${myCity}.`);
We cannot specifically identify the error without a link to the exercise.
Iβd bet it is the British spelling.
OO sorry. I am first time asking for help here
@mtf was obviously right, itβs the British spelling.
You wrote favourite, it should be favorite.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.