Create Boolean.md

This commit is contained in:
Angelos Chalaris
2018-07-24 13:16:19 +03:00
committed by GitHub
parent 0f830fa922
commit dc72e2acc7

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