Which symbol is used for comments in Javascript?

Which symbol is used for comments in Javascript?

You can use /Single Line Comment/ for single line comments in JS and /* Multiple Comment */ for multiline comment.