You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
Temporal dead zone (TDZ) section
What information was incorrect, unhelpful, or incomplete?
The anchor name in the link did not match the heading in the documentation. The heading is 'Temporal dead zone (TDZ)', but the anchor name in the link was 'temporal_dead_zone_tdz'. This mismatch caused the link navigation to fail.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
This is my first time posting an issue. I read the guidelines so I think this is okay.
To solve this issue it would be necessary to change line 20 from:
.../en-US/docs/Web/JavaScript/Reference/Statements/let#temporal_dead_zone_tdz ...
to
.../en-US/docs/Web/JavaScript/Reference/Statements/let#Temporal_dead_zone_TDZ ...
If you click on the "Temporal dead zone (TDZ)" heading, you see that its anchor name is exactly #temporal_dead_zone_tdz. The fact that it doesn't auto scroll is a long-known problem, and could be specific to Chrome: mdn/yari#8049
MDN URL
https://developer.mozilla.org/en-US/docs/Glossary/Hoisting
What specific section or headline is this issue about?
Temporal dead zone (TDZ) section
What information was incorrect, unhelpful, or incomplete?
The anchor name in the link did not match the heading in the documentation. The heading is 'Temporal dead zone (TDZ)', but the anchor name in the link was 'temporal_dead_zone_tdz'. This mismatch caused the link navigation to fail.
What did you expect to see?
I expected to click on the link and get to the correct position in the page https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let
So it does not confuse the person learning, who will have to ctrl+f to find the section Temporal dead zone (TDZ)
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
This is my first time posting an issue. I read the guidelines so I think this is okay.
To solve this issue it would be necessary to change line 20 from:
.../en-US/docs/Web/JavaScript/Reference/Statements/let#temporal_dead_zone_tdz ...
to
.../en-US/docs/Web/JavaScript/Reference/Statements/let#Temporal_dead_zone_TDZ ...
MDN metadata
Page report details
en-us/glossary/hoisting
The text was updated successfully, but these errors were encountered: