Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove see also #37785

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Remove see also #37785

wants to merge 4 commits into from

Conversation

estelle
Copy link
Member

@estelle estelle commented Jan 24, 2025

Page type doesn't have see also section. Added one link into the text, and deleted the two others.

@estelle estelle requested a review from a team as a code owner January 24, 2025 09:54
@estelle estelle requested review from chrisdavidmills and removed request for a team January 24, 2025 09:54
@github-actions github-actions bot added the size/s [PR only] 6-50 LoC changed label Jan 24, 2025
Copy link
Contributor

github-actions bot commented Jan 24, 2025

Preview URLs

(comment last updated: 2025-01-24 18:23:11)

- : An advanced level guide to arrays and their cousins, typed arrays.
- {{jsxref("Array")}}
- : The `Array` object reference page — for a detailed reference guide to the features discussed in this page, and many more.
- [Aside: Intro to arrays](https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~06e?via=mdn), Scrimba <sup>_MDN Curriculum partner_</sup>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisdavidmills We might want to place this link somewhere else, instead of silently dropping it.

@@ -8,7 +8,7 @@ page-type: learn-module-chapter

{{PreviousMenuNext("Learn_web_development/Core/Scripting/Useful_string_methods", "Learn_web_development/Core/Scripting/Silly_story_generator", "Learn_web_development/Core/Scripting")}}

In this lesson we'll look at arrays — a neat way of storing a list of data items under a single variable name. Here we look at why this is useful, then explore how to create an array, retrieve, add, and remove items stored in an array, and more besides.
In this lesson we'll look at arrays — a neat way of storing a list of data items under a single variable name. Here we look at why this is useful, then explore how to create an {{jsxref("array")}}, retrieve, add, and remove items stored in an array, and more besides.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a regular Markdown link; otherwise it adds code formatting (I know you can suppress code formatting but I dislike the 3rd and 4th parameters of jsxref)

@estelle estelle requested a review from Josh-Cena January 24, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants