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-05-02 10:23:36 +02: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
|
|
|
|
2021-04-16 04:33:55 +02:00
|
|
|
/* surrounded by */ let this_is_not_a_comment = true // comments
|