DEV Community

Ashraful Islam
Ashraful Islam

Posted on

Comments

Comments
As we know from the chapter Code structure, comments can be single-line: starting with // and multiline: /* ... */.

We normally use them to describe how and why the code works.

At first sight, commenting might be obvious, but novices in programming often use them wrongly.:

Top comments (0)