Jun 7, 2011 · What is the ?: (question mark and colon operator aka. conditional or "ternary") operator and how can I use it? Dec 11, 2008 · The strict equality operator (===) behaves identically to the abstract equality operator (==) except no type conversion is done, and the types must be the same to be considered equal. operator reassures the lint tool that what you wrote is what you meant: do this operation, then take the truth value of the result. A third use is to produce logical XOR and logical XNOR. 1 That is the modulo operator, which finds the remainder of division of one number by another. So in this case a will be the remainder of b divided by c. >>> is the logical (or unsigned) right shift operator. << is the left shift operator, and meets the needs of both logical and arithmetic shifts. … Mar 17, 2011 · 56 :: is the scope resolution operator - used to qualify names. Major languages (C#, Java, PHP) consider it a conditional ….