javascript-tutorial / javascript-tutorial/en.javascript.info
Bring comments into a scrollable section
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 25.5k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
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.

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

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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the article page layout and comment rendering, then reproduce the long scrollbar on the old "var" article. Done means comments occupy their own scrollable section and the page scrollbar reflects the article content rather than the full comment list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100