11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
// I am a single line comment!
|
|
|
|
let /* I am a spy in a variable declaration! */ x = 5;
|
|
|
|
/* I am a simple
|
|
multi-line comment */
|
|
|
|
/* look /* at /* that, /* multi-line */ comments */ can be */ nested */
|
|
|
|
/* surrounded by */ x // comments
|