// This comment also targets the next line. "same line"; // Same line 1 "but uncommented code follows"; // This comment targets its own line. "line all for prior comment"; "same line"; // Only comment to target this line let x1 = 1; /* Same line 3 */ let x2 = 3; /* multi 1 */ /*multi 2*//*multi 3*/ let x3 = 'abc'; /*multi A*/ // end of multi A let x4 = 'abc'; /*multi B*/// end of multi B