Bonjour je rencontre un problème avec la certification java script au laboratoire https://forum.freecodecamp.org/login. j'ai beau tout essayer mais les exigences 10 et 11 ne sont pas toujours satisfaite

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 + “.”);

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.