When should we use comparisons as conditions?
- When we want to show a message if the user's status is
online
- When we want to always show a user the same message
- When we want to always skip a code block
When we want to show a message if the user's status is online
.