top of page

Operators, Operators, Operators...


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


Featured Posts
Recent Posts
Archive
Search By Tags
No tags yet.
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page