Answers for "js """ """"

2

javascript

<script>
    function f1() {
        var msg="this is the first program of javascript";
        document.write("hello "+msg.length);
    }
</script>
Posted by: Guest on May-19-2021
2

javascript

<script>
    function f1() {
        var msg="this is the first program of javascript";
        document.write("hello "+msg.length);
    }
</script>
Posted by: Guest on May-19-2021

Code answers related to "js """ """"

Code answers related to "Javascript"

Browse Popular Code Answers by Language