From dc72e2acc71cf83258ef86d18d831c1b2f28af31 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 24 Jul 2018 13:16:19 +0300 Subject: [PATCH] Create Boolean.md --- glossary/Boolean.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/Boolean.md diff --git a/glossary/Boolean.md b/glossary/Boolean.md new file mode 100644 index 000000000..a1d01e53a --- /dev/null +++ b/glossary/Boolean.md @@ -0,0 +1,4 @@ +### Boolean + +Booleans are one of the primitive data types in JavaScript. +They represent logical data values and can only be `true` or `false`.