Language Basics JavaScript DHTML




    var str="JavaScript is great!"
    document.write("

" + str + "

")
    document.write(str.length)