aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/boolean/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/boolean/index.html')
-rw-r--r--files/es/glossary/boolean/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/es/glossary/boolean/index.html b/files/es/glossary/boolean/index.html
new file mode 100644
index 0000000000..b809ba5728
--- /dev/null
+++ b/files/es/glossary/boolean/index.html
@@ -0,0 +1,25 @@
+---
+title: Boolean
+slug: Glossary/Boolean
+tags:
+ - Glosario
+ - JavaScript
+ - Tipos de datos
+translation_of: Glossary/Boolean
+---
+<p>En ciencias de informática, un <strong>boolean </strong>es un dato lógico<strong> </strong>que solo puede tener los valores true o false.</p>
+
+<h2 id="Aprender_más">Aprender más</h2>
+
+<h3 id="Conocimientos_generales">Conocimientos generales</h3>
+
+<ul>
+ <li><a href="http://es.wikipedia.org/wiki/Tipo_de_dato_l%C3%B3gico">Boolean en Wikipedia</a></li>
+</ul>
+
+<h3 id="Referencia_técnica">Referencia técnica</h3>
+
+<ul>
+ <li>El objeto global de JavaScript: {{jsxref("Boolean")}}</li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures">Tipos de datos y estructura de datos en JavaScript</a> (en inglés)</li>
+</ul>