The ?? operator returns the right operand when the left operand is nullish (null or undefined), otherwise it returns the left operand.