Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

Tell us what’s happening:

j’ai tout essayé mais mon code ne satisfait toujours pas les exigences 10 et 11 : je déclare bien la variable codingFact mais le problème persiste

Your code so far

console.log("Hello! I’m your coding fun fact guide!");

let botName = "revolution";

let botLocation = "Ngousso";

let favoriteLanguage = "JavaScript";

console.log("My name is " + (botName) + " and I live on " + (botLocation)+ ".");

console.log("My favorite programming language is "+ favoriteLanguage + ".");

let codingFact = "le langage" + favoriteLanguage + "est performant";

console.log(codingFact);

codingFact = "le langage " + favoriteLanguage + " a une grande comunauté";

console.log(codingFact);

codingFact = "le langage " + favoriteLanguage + " est utiliser sur plusieurs site web";

console.log(codingFact);

console.log("It was fun sharing these facts with you. Goodbye! - "+ botName+ " from "+ botLocation + ".");

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Build a JavaScript Trivia Bot - Build a JavaScript Trivia Bot

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-javascript-trivia-bot/66ed41f912d0bb1dc62da5dd.md at main · freeCodeCamp/freeCodeCamp · GitHub

you need to use a straight apostrophe here ', you are using a curly one and the test fails

j’ai appliquer les modification que vous m’avez proposé mais le probleme persiste toujours
la console afiche:
10. You should use let to declare a new variable codingFact.
11. You should give codingFact a value that includes favoriteLanguage.

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers).

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

Merci j’ai trouvé le problèmes c’était le débit de ma connexion internet. Comme c’était bas, l’application ne fonctionnait pas à son plein potentiel et maintenant que j’ai changé d’opérateur ça marche merci