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






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

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

    document.write(myString.strike());

    document.close();

    -->

    </script>
</html>








6.28.strike
6.28.1.string.strike()