> (Greater Than) : Relational Operators : Operators JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Operators » Relational Operators »

 

> (Greater Than)

















<html>
    <script language="JavaScript">
    <!--
    str = new String("112");
    if(str > 68)
      document.write("112 is greater than 23");
    else
      document.write("Returned FALSE!");
    -->
    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Operators
» Relational Operators