Answers for "block comment js"

8

comment out in javascript

<script type="text/javascript">
<!--
document.write("I have multi-line comments!");
/*document.write("You can't see this!");
document.write("You can't see this!");
document.write("You can't see this!");
document.write("You can't see this!");
document.write("You can't see this!");
document.write("You can't see this!");
document.write("You can't see this!");*/
//-->
</script>
Posted by: Guest on March-02-2020
6

javascript block comment

New empty HTML comment wherever:  Shift + Alt + A
Posted by: Guest on August-26-2020
0

block comment js

/* this is a block 
comment in javascript */
Posted by: Guest on July-03-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language