DEV Community

Avinashd
Avinashd

Posted on

Js in bits - 9.1(Comparisons)

Learning js should be fun. It is fun if it's easy.
I tried my best in writing this, to understand it the easy way.

Comparisons

Operators from Math

Image description

Equal to operator

Image description

Not Equal to Operator

Image description

All these operators return Boolean value

Image description

Finally True & False means

Image description

Leave y'r thoughts....

Top comments (0)