10.02.2018 Views

js_tutorial

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Javascript<br />

the right operand, if yes, then the condition becomes true.<br />

Ex: (A > B) is not true.<br />

< (Less than)<br />

4<br />

Checks if the value of the left operand is less than the value of<br />

the right operand, if yes, then the condition becomes true.<br />

Ex: (A < B) is true.<br />

>= (Greater than or Equal to)<br />

5<br />

Checks if the value of the left operand is greater than or equal to<br />

the value of the right operand, if yes, then the condition becomes<br />

true.<br />

Ex: (A >= B) is not true.<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!