javascript-tutorial/en.javascript.info

Bring comments into a scrollable section

Opened this issue · 1 comments

Some articles, like the old "var," may not be very attractive to read. We just know that 'var' should not be used, rather than reading a lot about it. However, one may intend to read it, especially when an interview is coming up.

Jumping into the article for the first time can feel overwhelming; it appears to be a long read because of the lengthy scrollbar.

Image

But actually it ends half way and the rest half of it are just comments.

Image

The feature request is to place the comments in a scrollable section so that the page's scrollbar accurately reflects the length of the article.

That sounds a good idea.