Prev Demo
JavaScript
>
Comment In Javascript
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h1>JavaScript comment demo</h1> <script> // This is Single line comment /* This is Multiline comment Line 1 Line 2 Line 3 */ </script> <p>To write the single line comment use double forward slash //</p> <p>To write the multi line comment use single forward slash with asterisk /* </p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output