learn-javascript icon indicating copy to clipboard operation
learn-javascript copied to clipboard

Modify Comments section

Open SusheelThapa opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Update comments section

Describe the solution you'd like I want to add real like use of comment as examples:

// Change heading:
document.getElementById("myH").innerHTML = "My First Page";

// Change paragraph:
document.getElementById("myP").innerHTML = "My first paragraph.";

I would like to restructure the markdown in following format

# Comments
## Types of Comments
### Single Line comments
### Multi Line comments
## Real life examples of comments

SusheelThapa avatar Oct 11 '23 00:10 SusheelThapa

Assign me this issue . I want to work on it. And add the Hacktoberfest label as well.

naikmubashir avatar Oct 11 '23 18:10 naikmubashir