2017-10-28 17:44:05 +02:00
|
|
|
// I am a single line comment!
|
|
|
|
|
|
|
|
let /* I am a spy in a variable declaration! */ x = 5;
|
|
|
|
|
|
|
|
/* I am a simple
|
2020-03-16 07:50:12 +01:00
|
|
|
multi-line comment */
|
2017-10-28 17:44:05 +02:00
|
|
|
|
2020-03-16 07:50:12 +01:00
|
|
|
/* look /* at /* that, /* multi-line */ comments */ can be */ nested */
|
2017-10-28 17:44:05 +02:00
|
|
|
|
2020-03-16 07:50:12 +01:00
|
|
|
/* surrounded by */ x // comments
|