✅ 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 = 1;
if x > 0 then
console.log("positif");
else
console.log("négatif");
endif
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!