Single-line comments in JavaScript start with two forward slashes (//). Option B describes the end of a multi-line comment (/), option C is just multiplication, and option D is the start of a multi-line comment (/), which can span multiple lines but isn't used for single lines.