eg: html body script type="text/javascript" var str="Hello world!" document.write("The first character is: " + str.charAt(0) + "br /") document.write("The second character is: " +