Skip to content

Commit

Permalink
Update files/es/web/javascript/reference/global_objects/map/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Graywolf9 authored Aug 20, 2024
1 parent 6d18345 commit 548b4af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ console.log(clone.get(1)); // one
console.log(original === clone); // false (útil para comparaciones superficiales)
```

> [!NOTA]
> [!NOTE]
> Tenga en cuenta que _los datos en si_ no se clonan.
Los objetos _Map_ pueden unirse, manteniendo la unicidad de las llaves:
Expand Down

0 comments on commit 548b4af

Please sign in to comment.