aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/javascript/reference/global_objects/parsefloat/index.md
diff options
context:
space:
mode:
authorJuan Vásquez <juan@logicalbricks.com>2022-02-27 13:55:48 -0600
committerGitHub <noreply@github.com>2022-02-27 13:55:48 -0600
commit28c1b976c1c41736b25c24f9da7551de1c1e0920 (patch)
tree324d705d5568c83ea65779f65856c53942511e13 /files/es/web/javascript/reference/global_objects/parsefloat/index.md
parente17912df5e550b140f5a374b837074fb847176c2 (diff)
downloadtranslated-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/javascript/reference/global_objects/parsefloat/index.md')
-rw-r--r--files/es/web/javascript/reference/global_objects/parsefloat/index.md1
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")}}