Link to specific referenced subsection instead of containing article #36930
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
A link referencing "Computed property names" could link to the specific subsection for the topic instead of the "Object initializer" article which contains it.
Motivation
I was reading the Strict mode > Duplicate property names section, followed the link to computed property names, and landed at the Object initializer page. I had to spend some time on the article before I realized there was a specific Computed property names subsection that I was looking for.
Additional details
The Strict mode > Duplicate property names section references computed property names, but does not directly link to the subsection. By linking directly to the subsection, readers can more quickly access the referenced material.
Related issues and pull requests
None that I am aware of.