filmov
tv
JavaScript Nested If Statement

Показать описание
The block of code following the else statement is executed as the condition present in the if statement is false. A nested if is an if statement that is the target of another if statement. Nested if statements means an if statement inside another if statement.