QUESTION IMAGE
Question
1.13.2 control structures example quiz question: 1 what do we use control structures for in javascript? control the flow of the program; how the commands execute. start our javascript program store information for later teach karel new commands
Control structures in JavaScript, like if - else statements and loops, are used to determine the order in which program commands execute, thus controlling the program's flow. They have nothing to do with starting a program, storing information (variables are for that), or teaching Karel new commands.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. Control the flow of the program; how the commands execute.