define operators what are the different types of operator in javascript
Answers
Answered by
36
Answer:
In computer science, an operator is a character or characters that determine the action that is to be performed or considered. There are three types of operator that programmers use: arithmetic operators. relational operators. logical operators.
Explanation:
JavaScript supports the following types of operators.
- Arithmetic Operators.
- Comparison Operators.
- Logical (or Relational) Operators.
- Assignment Operators.
- Conditional (or ternary) Operat
Answered by
4
Answer:
- Operators is a symbol that used to perform mathematical or logical operation on variable and values .
- Arithmetic Operators
- Comparison Operators
- Logical (or Relational) Operators
- Assignment Operators
- Conditional Operators
Explanation:
plz mark me as brainlist
Similar questions