javascript comment out a block of code code example
Example 1: block comment js
/* this is a block
comment in javascript */
Example 2: javascript block comment
New empty HTML comment wherever: Shift + Alt + A
/* this is a block
comment in javascript */
New empty HTML comment wherever: Shift + Alt + A