Answers for "how to comment down a single line in js"

6

how to comment down a single line in js

<script type="text/javascript">
<!--
// This is a single line JavaScript comment

document.write("I have comments in my JavaScript code!");
//document.write("You can't see this!");
//-->
</script>
Posted by: Guest on March-02-2020

Code answers related to "how to comment down a single line in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language