✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Le code suivant est correct en JS :
var x;
x = 1;
x = "bonjour";
y = 2.5;
console.log(x,y);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!