javascript block comment code example
Example 1: javascript comment
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
Example 2: comment in javascript
// single line comment
/* multiline comemnt
line 2
line 3
line 4 */
Example 3: how to comment in javascript
/* this is a javascript comment
that is multi lines */
// This is a single line comment
Example 4: comment out in javascript
<script type="text/javascript">
<!--
document.write("I have comments in my JavaScript code!");
</script>
Example 5: block comment js
/* this is a block
comment in javascript */
Example 6: javascript block comment
New empty HTML comment wherever: Shift + Alt + A