Home
As you type your problem, the result is displayed simultaneously.
For more detailed usage guide, refer to the usage part at the bottom of this page
Type your problem below:
Result: _____________
Usage:
- Use the correct operator for your problem:
- Arithmetic Operators:
- Addition: +
- Subtraction: -
- Multiplication: *
- Division: /
- Modulus (Remainder): %
- Exponentiation: ** (ES6 and later)
- Comparison Operators:
- Equal: == or ===
- Not Equal: != or !==
- Greater Than: >
- Less Than: <
- Greater Than or Equal: >=
- Less Than or Equal: <=
- Logical Operators:
- Logical AND: &&
- Logical OR: ||
- Logical NOT: !
- Bitwise Operators:
- Bitwise AND: &
- Bitwise OR: |
- Bitwise XOR: ^
- Bitwise NOT: ~
- Left Shift: <<
- Right Shift: >>
- Unsigned Right Shift: >>>
- Assignment Operators:
- Assignment: =
- Addition Assignment: +=
- Subtraction Assignment: -=
- Multiplication Assignment: *=
- Division Assignment: /=
- Modulus Assignment: %=
- Conditional (Ternary) Operator:
- Ternary Operator (conditional operator): ? :
- Other Operators:
- Comma Operator: ,
- Instanceof Operator: instanceof
- Typeof Operator: typeof
- Arithmetic Operators:
- Additionally, you may use parenthesis and commas to separate expressions or solve it more detailedly
Website created by Khian