JavaScript supports most of the traditional operators, which are grouped depending on their functionality, as follows: Arithmetic Operators Assignment Operators Relational Operators Logical Operators Bitwise Operators Arithmetic Operators Following are the arithmetic operators in JavaScript: + – * / % ++ — – (unary) + (unary) Assignment Operators Following are the assignment operators in JavaScript: += -= *= /= %= <<= >>= >>>= &= |= ^= Relational Operators Following are the relational operators in JavaScript: Operator Operation = = Equal to ! = Not equal to < Less than < = Less than or equal to >
The post What are operators in javascript appeared first on Coding Security.
What are operators in javascript
read more
Tidak ada komentar:
Posting Komentar