<script> function f1() { var msg="this is the first program of javascript"; document.write("hello "+msg.length); } </script>