: Relational Operators : Operators JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Operators » Relational Operators »

 

















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







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Operators
» Relational Operators