Skip to content

Commit

Permalink
[fr] Fixed typo in reference/global_objects/array (#21383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptitet committed Jun 12, 2024
1 parent 5e582f8 commit 317c2a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Les propriétés et les éléments retournés depuis cette correspondance sont l
## Méthodes des instances

- [`Array.prototype.at()`](/fr/docs/Web/JavaScript/Reference/Global_Objects/Array/at){{Experimental_Inline}}
- : REnvoie l'élément du tableau à l'indice indiqué. Les entiers négatifs sont acceptés en argument et, dans ce cas, la recherche de l'élément se fait depuis la fin du tableau.
- : Renvoie l'élément du tableau à l'indice indiqué. Les entiers négatifs sont acceptés en argument et, dans ce cas, la recherche de l'élément se fait depuis la fin du tableau.
- [`Array.prototype.concat()`](/fr/docs/Web/JavaScript/Reference/Global_Objects/Array/concat)
- : Renvoie un nouveau tableau qui est le tableau courant, joint avec d'autres tableaux ou valeurs.
- [`Array.prototype.copyWithin()`](/fr/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin)
Expand Down

0 comments on commit 317c2a5

Please sign in to comment.