Computer Science, asked by ssntoshrajput3011, 6 months ago

define operators what are the different types of operator in javascript​

Answers

Answered by Anonymous
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 khatoonrifa0
4

Answer:

  1. 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