Create Boolean.md

This commit is contained in:
Angelos Chalaris
2018-07-24 13:16:19 +03:00
committed by GitHub
parent 58fc8a8f38
commit 3cd3257c90

4
glossary/Boolean.md Normal file
View File

@ -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`.