Logo

Which control structure in JS (Java Script) is used to execute a block of code repeatedly based on a given condition? A) For loop B) if-else C)…

Class 12 Computer Science · 2082 · Solved Question with Answer

 Which control structure in JS (Java Script) is used to execute a block of code repeatedly based on a given condition?
A) For loop         B) if-else           C) switch – case              D) function

Solution

Please login to view the answer.