Fix incorrect Previous/Next links in JA Object basics article #32641
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
Fixes the incorrect “next article” reference in the Japanese translation of the JavaScript Object Basics page and aligns it with the current MDN Learn Web Development structure.
Motivation
The final sentence and navigation pointed to an outdated article due to a previous restructuring of the Learn_web_development content. This caused confusion for readers following the course in Japanese. Updating it improves clarity and learning flow.
Additional details
This is a documentation-only change affecting the Japanese localization. No code logic or examples were modified.
Related issues and pull requests
Relates to an existing localization issue reported for the Japanese MDN content.