Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
¿Cómo se representa una condicional anidada en JavaScript?
switch () case
while(x>10) {do-while (...) .... }
if (x>5) { if (x>10) {...} else {...} }
for (x=1;x>5;x++) { while () {... } }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!