string.small() : small « String « JavaScript Tutorial






The small() method converts the string to an instance of the tag.

<html>
    <script language="JavaScript1.1">
    <!--
    var myString = new String("Hello, World!");

    document.write(myString.small());

    document.close();
    -->
    </script>
</html>








6.26.small
6.26.1.string.small()