diff options
author | Juan Vásquez <juan@logicalbricks.com> | 2022-02-27 13:55:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-27 13:55:48 -0600 |
commit | 28c1b976c1c41736b25c24f9da7551de1c1e0920 (patch) | |
tree | 324d705d5568c83ea65779f65856c53942511e13 /files/es/web | |
parent | e17912df5e550b140f5a374b837074fb847176c2 (diff) | |
download | translated-content-parsefloat-es.tar.gz translated-content-parsefloat-es.tar.bz2 translated-content-parsefloat-es.zip |
Update files/es/web/javascript/reference/global_objects/parsefloat/index.mdparsefloat-es
Diffstat (limited to 'files/es/web')
-rw-r--r-- | files/es/web/javascript/reference/global_objects/parsefloat/index.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/es/web/javascript/reference/global_objects/parsefloat/index.md b/files/es/web/javascript/reference/global_objects/parsefloat/index.md index e9af8acbd0..32e8d1a640 100644 --- a/files/es/web/javascript/reference/global_objects/parsefloat/index.md +++ b/files/es/web/javascript/reference/global_objects/parsefloat/index.md @@ -7,7 +7,6 @@ browser-compat: javascript.builtins.parseFloat --- {{jsSidebar("Objects")}} - La función **`parseFloat()`** modifica (si es necesario, convierte un argumento de tipo cadena) y devuelve un número decimal. {{EmbedInteractiveExample("pages/js/globalprops-parsefloat.html")}} |