From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/glossary/bigint/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/es/glossary/bigint/index.html (limited to 'files/es/glossary/bigint/index.html') diff --git a/files/es/glossary/bigint/index.html b/files/es/glossary/bigint/index.html new file mode 100644 index 0000000000..e09f5d6b62 --- /dev/null +++ b/files/es/glossary/bigint/index.html @@ -0,0 +1,23 @@ +--- +title: BigInt +slug: Glossary/BigInt +translation_of: Glossary/BigInt +--- +

En {{Glossary("JavaScript")}}, BigInt es un tipo de dato numerico que puede representar números enteros en el formato de precision arbitrario. En otros lenguajes de programación pueden existir diferentes tipos numéricos, por ejemplo: enteros, flotantes, dobles o bignums (numeros grandes).

+ +

Aprende más

+ +

Conocimientos generales

+ + + +

Referencia tecnica

+ + -- cgit v1.2.3-54-g00ecf