5.5 Control statements
In the language of programming, the kinds of statements that make decisions and loop around to repeat themselves are called control structure. A control structure directs the execution flow through a sequence of script statements based on simple decisions and other factors. JavaScript supports all control structures that are supported by programming languages such as
more..