Thursday 23 August 2018

Javascript: operators

An operator is a symbol which perform an operation

An operator is said to be unary, if it performs operation on single operand.

An operator is said to be binary, if it performs operation on two operands

An Operator is said to be ternary if it perform operation on three operands.

Javascript provides following operators.
g.   Comparison operators
h. Other operators like === (Strict comparison), ternary (?:)



Previous                                                 Next                                                 Home

No comments:

Post a Comment