Which structure is a multiple selection structure in Java script?
Answers
Answered by
0
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.
Most of the statements listed below are so-called conditional statements that can operate either on a statement or on a block of code enclosed with braces ({ and }). The structure provided by the use of conditional statements utilizes Booleans to determine whether or not a block gets executed. In this use of Booleans, any defined variable that is neither zero nor an empty string will be evaluated as true.
Similar questions
English,
6 months ago
Social Sciences,
6 months ago
Math,
11 months ago
India Languages,
11 months ago
Political Science,
11 months ago