-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
base: main
Are you sure you want to change the base?
Remove see also #37785
Conversation
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> |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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)
Page type doesn't have see also section. Added one link into the text, and deleted the two others.