Snippets tagged “multi-line-comments”
1 snippet uses this tag.
- How and When to Write Comments in JavascriptJavaScript
There are 2 types of JavaScript comments: single-line and multi-line. See when to use them with examples, and also use comments to prevent execution when testing alternative code.