From “Javascript: the Good Parts”: the Good Parts:
Avoid
/* … */for comments,*/appears in useful constructs in javascript. Use//.
I’m curious as to what these “useful constructs” might be, as I can’t think of any OTOH (except maybe a regex like /.*/?)
The blogger was trying to abbreviate what Crockford wrote at JavaScript: The Good Parts, Chapter number 2 ( Grammar ). This topic comes on the last paragraph of the first section ( Whitespace ). It says,