x
 
<html>
<body>
<script type="text/javascript">
var str="Hello world!"
document.write(str.substring(3))
</script>
</body>
</html>