Skip to content

Commit

Permalink
Update files/es/web/javascript/reference/global_objects/map/symbol.sp…
Browse files Browse the repository at this point in the history
…ecies/index.md

Co-authored-by: Alexander <[email protected]>
  • Loading branch information
seeker8 and Graywolf9 authored Aug 21, 2024
1 parent 4c5ef91 commit b0caf66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ En una instancia de una subclase personalizada `Map`, como lo es `MyMap`, la pro

```js
class MyMap extends Map {
// Overwrite MyMap species to the parent Map constructor
// Sobrescribir species de MyMap en el constructor del Map padre
static get [Symbol.species]() {
return Map;
}
Expand Down

0 comments on commit b0caf66

Please sign in to comment.