• Home
  • Getting Started
  • Tutorial
  • Editors & IDEs
  • Documentation
  • News
Close Menu
  • Developers
  • JS++
  • Language
  • Reference
  • Expressions
  • Arithmetic Operators
  • Expressions
    • Arithmetic Operators
      • Addition Operator (+)
      • Subtraction Operator (-)
      • Multiplication Operator (*)
      • Division Operator (/)
      • Modulus Operator (%)
    • Array Literal
    • Assignment Operators
      • Bitwise Operators
        • Character Literal
        • Comma Operator
        • Comparison Operators
          • Concatenation Operator (+)
          • Conditional Operator
          • Decrement
          • Function Call
          • Function Expression
          • Grouping
          • Increment
          • Key-Value Container Literal
          • Logical Operators
            • Numeric Literals and Suffixes
            • Object Literal
            • Regular Expression Literal
            • Safe Default Operator
            • Safe Navigation Operator
            • String Literal
            • Type Cast
            • Unary +
            • Unary -
            • delete
            • false
            • in
            • instanceof
            • new
            • null
            • super
            • this
            • true
            • typeid
            • typeof
            • undefined
          • Statements
            • Modifiers
              • Types

                Arithmetic Operators

                A collection of operators enabling basic arithmetic such as addition and subtraction.

                • Addition Operator (+)

                  Adds two numbers.

                • Division Operator (/)

                  Divides two numbers.

                • Modulus Operator (%)

                  Divides two numbers and returns the remainder.

                • Multiplication Operator (*)

                  Multiplies two numbers.

                • Subtraction Operator (-)

                  Subtracts two numbers.

                Share

                HTML | BBCode | Direct Link