Explain control structure in javascript
Answers
Answered by
3
Answer:
The control structures within JavaScript allow the program flow to change within a unit of code or function. These statements can determine whether or not given statements are executed - and provide the basis for the repeated execution of a block of code.
Explanation:
hope it helps you good day!!
Similar questions