JavaScript comments

Use /* ... */ and //.

tags.EM.color = "red";
/* red, really red!! */

tags.B.color = "blue"; 
// blue, really blue

(In CSS style sheets, only use /* ... */.)