JavaScript/Reserved words/else
The else keyword
editThe else keyword creates a clause inside the if statement. It is optional end executes only if all other if … else if blocks do not execute.
Previous: double | Reserved words | Next: enum |
The else keyword creates a clause inside the if statement. It is optional end executes only if all other if … else if blocks do not execute.
Previous: double | Reserved words | Next: enum |