JavaScript Tutorial/String/sup

Материал из Web эксперт
Перейти к: навигация, поиск

string.sup()

The sup() method converts the string to an instance of the tag.</p>

<html>
    <script language="JavaScript">
    <!--
    var myString = new String("Hello, World!");
    document.write(myString.sup());
    document.close();
    -->
    </script>
</html>