Question:How do you make comment in JavaScript?
A // comment B /* comment */ C <!—comment --> D /* comment
+ AnswerA B
+ Report