HTML 1_Menghitung karakter suatu string

<html>
<body>
<script type="text/javascript">
var str="W3CSchools is great!"
document.write("</p>" + str + "</p>")
document.write(str.length)
</script>
</body>
</html>
Category: 0 komentar

0 komentar:

Posting Komentar