6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
console.log("hello world"); // This is a comment
|
|
/*
|
|
This is a multi line
|
|
Comment
|
|
*/
|