/= (Division Assignment) : Arithmetic operator : Operators JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Operators » Arithmetic operator »

 

/= (Division Assignment)











Syntax variable /= value















<html>
    <script language="JavaScript">
    <!--
    x = 32;
    aString = new String("8");
    x /= aString;
    document.write("x = ",x);
    -->
    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Operators
» Arithmetic operator