Statements The following JavaScript statements are supported: Variable declarations const statement let statement Block-structured statements { } block statement if-else conditional statement while loop do-while loop for(;;) loop switch statement (on numbers only) Control-flow commands break statement continue statement return statement debugger statement for breakpoints Labeling statements label: statement default statement