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

[new-ci] test new ci - DO NOT MERGE #37575

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions files/en-us/web/html/element/progress/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The **`<progress>`** [HTML](/en-US/docs/Web/HTML) element displays an indicator

{{EmbedInteractiveExample("pages/tabbed/progress.html", "tabbed-standard")}}

## No real change

Nothing to see here.

## Attributes

This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attributes).
Expand Down
5 changes: 5 additions & 0 deletions files/en-us/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ page-type: landing-page

The open Web presents incredible opportunities for developers. To take full advantage of these technologies, you need to know how to use them. Below you'll find links to our Web technology documentation.

## Some test for our new ci

- [A redirected link](/en-US/docs/Learn)
- [An external link](https://mozilla.org)

## Documentation for Web developers

- [Web Developer Guide](/en-US/docs/Web/Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ browser-compat: javascript.builtins.Array

The **`Array`** object, as with arrays in other programming languages, enables [storing a collection of multiple items under a single variable name](/en-US/docs/Learn_web_development/Core/Scripting/Arrays), and has members for [performing common array operations](#examples).

## Some test for our new ci

- [A redirected link](/en-US/docs/Learn)
- [An external link](https://mozilla.org)
- {{cssxref("hidden")}}

## Description

In JavaScript, arrays aren't [primitives](/en-US/docs/Glossary/Primitive) but are instead `Array` objects with the following core characteristics:
Expand Down
Loading