>= (Greater Than or Equal) : Relational Operators : Operators JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Operators » Relational Operators »

 

>= (Greater Than or Equal)

















<html>
    <script language="JavaScript">
    <!--
    str = new String("95");
    if(str >= 44)
      document.write("95 is greater than or equal to 44");
    else
      document.write("Returned FALSE!");
    -->
    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Operators
» Relational Operators