Skip to content

Commit

Permalink
Update files/es/web/javascript/reference/global_objects/map/has/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Vásquez <[email protected]>
  • Loading branch information
seeker8 and JuanVqz authored Aug 23, 2024
1 parent be01932 commit 49d75d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ has(key)

### Valor devuelto

`true` si un elemento con la llave especificada existe en el objeto `Map`; de lo contrario `false`.
`true` si un elemento con la llave especificada existe en el objeto `Map`; de lo contrario regresa `false`.

## Ejemplos

Expand Down

0 comments on commit 49d75d0

Please sign in to comment.