 |
JavaScript Comments - W3Schools Online Web Tutorials
Using Comments to Prevent Execution Using comments to prevent execution of code, can be very suitable for testing. Adding // in front of a code line changes the code lines from an executable line to a comment. The next example uses // to prevent execution
www.w3schools.com |
 |