Write a list of comparison operators in JavaScript with symbols-00661
This subjective question is related to the book/course vu cs403 Database Management Systems. It can also be found in vu cs403 Mid Term Solved Past Paper No. 6.
Question 1: Write a list of comparison operators in JavaScript with symbols.
Answer:
- Comparison operators
- == for Equal
- != for not equal
- < for Less than
- <= for less than equal
- > for Greater than
- >= for Greater than equal