• Archives

  • Javascript comments

    By admin | April 12, 2008

    Comments are very useful things in writing scripts which are useful for others to edit

    Syntax: 

    <html>
    <body>
    script type=”text/javascript”>
    // Single line comment
     /* Multiline
           comment*/
    </script>
    </body>
    </html>

    Thanks

    krates

    Topics: Javascript | Comments Off on Javascript comments

    Related Links: