Advertisements
Advertisements
Question
Write operator names with symbol in boxes.
Answer in Brief
Solution
Relational Operators:
Operator names | Operator symbol | |
1. | Less than | < |
2. | Greater than | > |
3. | Less than equal to | <= |
4. | Greater than equal to | >= |
5. | Equal to | == |
6. | Not equal to | != |
shaalaa.com
JavaScript Relational Operators
Is there an error in this question or solution?