ブロックコメントの工夫 と似たテクニック。
/* */
console.log(1);
/* */
/* *
console.log(2);
/* */
この方法だとCSSでも使える。
/* */
color: red;
/* */
/* *
color: blue;
/* */
ブロックコメントの工夫 と似たテクニック。
/* */
console.log(1);
/* */
/* *
console.log(2);
/* */
この方法だとCSSでも使える。
/* */
color: red;
/* */
/* *
color: blue;
/* */