Skip to content

Commit

Permalink
Update files/es/web/javascript/reference/global_objects/map/map/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seeker8 and github-actions[bot] authored Aug 20, 2024
1 parent acc8dd0 commit 1abaadf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ new Map(iterable)

- `iterable` {{optional_inline}}
- : Un objeto {{jsxref("Array")}} u otro objeto
[iterable](/es/docs/Web/JavaScript/Reference/Iteration_protocols) cuyos elementos sean tuplas llave-valor. (Por ejemplo, arreglos con dos elementos,
[iterable](/es/docs/Web/JavaScript/Reference/Iteration_protocols) cuyos elementos sean tuplas llave-valor. (Por ejemplo, arreglos con dos elementos,
tales como `[[ 1, 'one' ],[ 2, 'two' ]]`.) Cada tupla llave-valor es agregada al nuevo objeto `Map`.

## Ejemplos
Expand Down

0 comments on commit 1abaadf

Please sign in to comment.