# Learning Outcomes You should gain an understanding of the following : **Comparison operators** - What is comparison operatr ? - What are the types of comparison operators ? - How to use comparison operators in all comparison cases ? **Logical operators** - What is logical operator ? - What are the types of logical operators ? - How to use logical operators ? - What is general syntax of logical operators ? - Precedence of logical operators. **Truthy & falsy values** - What are the truthy and falsy values in Javascript ? **Conditional statments** - What are conditional statements ? - What are the types of conditional operators ? - What is general syntax of each one ? - When do you use every conditionl statement ?