0
I want using relational operations program by using js ( <,>,<=,>= ,=)
Java script
2 Answers
0
< less then
> greater then
<= less then or equal too
>= greater then or equal too
= assignment operator
+ 2
I'm not sure if I know what you're talking about, but check the JavaScript tutorial, you'll get the examples there.
Under Logical Or Relational Operators