Snippets tagged “single-line-comments”
2 snippets use 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.
- How do I create multiline comments in Python?Python
In Python, you can create a multiline comment using triple quotes (either single or double) at the beginning and end of the comment.