Programming with Javascript
Control Flow
- Control flow is the oder in which the computer executes statements in a script
- Functions are code to perform a task
- it is executed when it is invoked
Operators
- Types of operators:
- Aritmetic Operators
- Assignment Operators
- Comparison Operators
- Logical Operators
- Conditional Operators
- Type Operators