
📠Unary operators operate on a single operand 📠 Unary plus (+), Unary minus (-) 📠Increment ++ operator, decrement -- operator 📠Equality operators 📠The equality operator == returns true if its operands are of equal value, else it'll return false. 📠 The Not Equal to != operator returns true if its operands are not of equal value, else it'll return false.