DEV Community

Sanjar Rashidov
Sanjar Rashidov

Posted on

2 1 1 1 1

Logical operator

Logical operator - mantiq operatori.

Logical operators:

  1. && - AND
  2. || - OR
  3. ! - NOT

&&(AND)
True and True = True
True and False = False
False and True = False
False and False = False

||(OR)
True or True = True
True or False = True
False or True = True
False or False = False

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up