javascript comment
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
                                
                            javascript comment
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
                                
                            javascript comment
// Javascript comment single line
/* Javascript comment 
	multiline */
/* CSS comment 
	any line */
<!-- HTML comment
 	any line -->
                                
                            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>
                                
                            comment out in javascript
<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>
                                
                            javascript comment
// For single line comment
/* For block of lines comment
...
...
*/
                                
                            javascript comment syntax
// single-line comment
/*
Comment with
multiple lines
*/
                                
                            Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us