| About the If Statement |
If...then...else conditional |
| About the Switch Statement |
Switch conditional |
| About the For Statement |
For loop |
| About the For/In Statement |
For...in loop |
| About the While statement |
While loop |
| About the Do/While Statement |
Do...while loop |
| About the Continue Statement |
Skips execution of part of a loop |
| About the Break Statement |
Terminates a loop |
| About the Return Statement |
Terminates a function |
| About the Var Statement |
Variable declaration |
| Dolist and Domatrix |
Applies a function to lists of input data |