Software
JavaScript Comments
The comment tag is use to insert comments in the source code. Comments are not display in the browsers. We can use comments to explain our code, which can help us when we edit the source code at a later date. This is especially useful if we have a lot of code.