Search
Operators, Operators, Operators...
- rollingcoders
- Sep 25, 2016
- 1 min read

We learned and reviewed:
+: Addition
-: Subtraction
*: Multiplication
/: Division
%: Modulus
++: Increment
--: Decrement
==: Equal to
===: Equal value & type
!=: Not equal
!==: Not equal value or not equal type
>: Greater than
<: Less than
>=: Greater than or equal to
<: Less than or equal to